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)
61private readonly HeapOrReferenceIndex<AssemblyIdentity> _assemblyRefIndex; 62private readonly HeapOrReferenceIndex<string> _moduleRefIndex; 67private readonly HeapOrReferenceIndex<BlobHandle> _standAloneSignatureIndex;
PEWriter\FullMetadataWriter.cs (3)
31private readonly HeapOrReferenceIndex<AssemblyIdentity> _assemblyRefIndex; 32private readonly HeapOrReferenceIndex<string> _moduleRefIndex; 37private readonly HeapOrReferenceIndex<BlobHandle> _standAloneSignatureIndex;