System.Reflection.Metadata.Ecma335.MetadataReaderExtensions public static class MetadataReaderExtensions Documentation Code public static IEnumerable<EditAndContinueLogEntry> GetEditAndContinueLogEntries(this MetadataReader reader) public static IEnumerable<EntityHandle> GetEditAndContinueMapEntries(this MetadataReader reader) public static int GetHeapMetadataOffset(this MetadataReader reader, HeapIndex heapIndex) public static int GetHeapSize(this MetadataReader reader, HeapIndex heapIndex) public static UserStringHandle GetNextHandle(this MetadataReader reader, UserStringHandle handle) public static BlobHandle GetNextHandle(this MetadataReader reader, BlobHandle handle) public static StringHandle GetNextHandle(this MetadataReader reader, StringHandle handle) public static int GetTableMetadataOffset(this MetadataReader reader, TableIndex tableIndex) public static int GetTableRowCount(this MetadataReader reader, TableIndex tableIndex) public static int GetTableRowSize(this MetadataReader reader, TableIndex tableIndex) public static IEnumerable<TypeDefinitionHandle> GetTypesWithEvents(this MetadataReader reader) public static IEnumerable<TypeDefinitionHandle> GetTypesWithProperties(this MetadataReader reader)