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