2 instantiations of TypeReferenceIndex
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
123
_typeRefIndex = new
TypeReferenceIndex
(this, lastRowId: sizes[(int)TableIndex.TypeRef]);
PEWriter\FullMetadataWriter.cs (1)
108
_typeRefIndex = new
TypeReferenceIndex
(this);
2 references to TypeReferenceIndex
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
64
private readonly
TypeReferenceIndex
_typeRefIndex;
PEWriter\FullMetadataWriter.cs (1)
35
private readonly
TypeReferenceIndex
_typeRefIndex;