1 write to ImportScopeTable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
770
this.
ImportScopeTable
= new ImportScopeTableReader(rowCounts[(int)TableIndex.ImportScope], GetReferenceSize(rowCounts, TableIndex.ImportScope), blobHeapRefSize, metadataTablesMemoryBlock, totalRequiredSize);
6 references to ImportScopeTable
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
101
TableIndex.ImportScope => reader.
ImportScopeTable
.RowSize,
182
TableIndex.ImportScope => reader.
ImportScopeTable
.Block,
System\Reflection\Metadata\MetadataReader.cs (1)
771
totalRequiredSize += this.
ImportScopeTable
.Block.Length;
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (1)
642
_lastRowId = reader.
ImportScopeTable
.NumberOfRows;
System\Reflection\Metadata\PortablePdb\ImportScope.cs (2)
32
public ImportScopeHandle Parent => _reader.
ImportScopeTable
.GetParent(Handle);
33
public BlobHandle ImportsBlob => _reader.
ImportScopeTable
.GetImports(Handle);