3 instantiations of HeapOrReferenceIndex
Microsoft.CodeAnalysis (3)
PEWriter\FullMetadataWriter.cs (3)
105
_assemblyRefIndex = new
HeapOrReferenceIndex
<AssemblyIdentity>(this);
106
_moduleRefIndex = new
HeapOrReferenceIndex
<string>(this);
111
_standAloneSignatureIndex = new
HeapOrReferenceIndex
<BlobHandle>(this);
6 references to HeapOrReferenceIndex
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
62
private readonly
HeapOrReferenceIndex
<AssemblyIdentity> _assemblyRefIndex;
63
private readonly
HeapOrReferenceIndex
<string> _moduleRefIndex;
68
private readonly
HeapOrReferenceIndex
<BlobHandle> _standAloneSignatureIndex;
PEWriter\FullMetadataWriter.cs (3)
32
private readonly
HeapOrReferenceIndex
<AssemblyIdentity> _assemblyRefIndex;
33
private readonly
HeapOrReferenceIndex
<string> _moduleRefIndex;
38
private readonly
HeapOrReferenceIndex
<BlobHandle> _standAloneSignatureIndex;