1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\ImportScope.cs (1)
21
_reader
= reader;
3 references to _reader
System.Reflection.Metadata (3)
System\Reflection\Metadata\PortablePdb\ImportScope.cs (3)
27
public ImportScopeHandle Parent =>
_reader
.ImportScopeTable.GetParent(Handle);
28
public BlobHandle ImportsBlob =>
_reader
.ImportScopeTable.GetImports(Handle);
32
return new ImportDefinitionCollection(
_reader
.BlobHeap.GetMemoryBlock(ImportsBlob));