3 instantiations of HeapOrReferenceIndex
Microsoft.CodeAnalysis (3)
PEWriter\FullMetadataWriter.cs (3)
107_assemblyRefIndex = new HeapOrReferenceIndex<AssemblyIdentity>(this); 108_moduleRefIndex = new HeapOrReferenceIndex<string>(this); 113_standAloneSignatureIndex = new HeapOrReferenceIndex<BlobHandle>(this);
6 references to HeapOrReferenceIndex
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (3)
67private readonly HeapOrReferenceIndex<AssemblyIdentity> _assemblyRefIndex; 68private readonly HeapOrReferenceIndex<string> _moduleRefIndex; 73private readonly HeapOrReferenceIndex<BlobHandle> _standAloneSignatureIndex;
PEWriter\FullMetadataWriter.cs (3)
34private readonly HeapOrReferenceIndex<AssemblyIdentity> _assemblyRefIndex; 35private readonly HeapOrReferenceIndex<string> _moduleRefIndex; 40private readonly HeapOrReferenceIndex<BlobHandle> _standAloneSignatureIndex;