2 references to 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);