3 instantiations of HeapOrReferenceIndex
Microsoft.CodeAnalysis (3)
PEWriter\FullMetadataWriter.cs (3)
104
_assemblyRefIndex = new
HeapOrReferenceIndex
<AssemblyIdentity>(this);
105
_moduleRefIndex = new
HeapOrReferenceIndex
<string>(this);
110
_standAloneSignatureIndex = new
HeapOrReferenceIndex
<BlobHandle>(this);
6 references to HeapOrReferenceIndex
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
61
private readonly
HeapOrReferenceIndex
<AssemblyIdentity> _assemblyRefIndex;
62
private readonly
HeapOrReferenceIndex
<string> _moduleRefIndex;
67
private readonly
HeapOrReferenceIndex
<BlobHandle> _standAloneSignatureIndex;
PEWriter\FullMetadataWriter.cs (3)
31
private readonly
HeapOrReferenceIndex
<AssemblyIdentity> _assemblyRefIndex;
32
private readonly
HeapOrReferenceIndex
<string> _moduleRefIndex;
37
private readonly
HeapOrReferenceIndex
<BlobHandle> _standAloneSignatureIndex;