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)
62private readonly HeapOrReferenceIndex<AssemblyIdentity> _assemblyRefIndex; 63private readonly HeapOrReferenceIndex<string> _moduleRefIndex; 68private readonly HeapOrReferenceIndex<BlobHandle> _standAloneSignatureIndex;
PEWriter\FullMetadataWriter.cs (3)
32private readonly HeapOrReferenceIndex<AssemblyIdentity> _assemblyRefIndex; 33private readonly HeapOrReferenceIndex<string> _moduleRefIndex; 38private readonly HeapOrReferenceIndex<BlobHandle> _standAloneSignatureIndex;