2 references to TypeSpecComparer
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
128
_typeSpecIndex = new InstanceAndStructuralReferenceIndex<ITypeReference>(this, new
TypeSpecComparer
(this), lastRowId: sizes[(int)TableIndex.TypeSpec]);
PEWriter\FullMetadataWriter.cs (1)
110
_typeSpecIndex = new InstanceAndStructuralReferenceIndex<ITypeReference>(this, new
TypeSpecComparer
(this));