2 instantiations of MethodSpecComparer
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
126
_methodSpecIndex = new InstanceAndStructuralReferenceIndex<IGenericMethodInstanceReference>(this, new
MethodSpecComparer
(this), lastRowId: sizes[(int)TableIndex.MethodSpec]);
PEWriter\FullMetadataWriter.cs (1)
108
_methodSpecIndex = new InstanceAndStructuralReferenceIndex<IGenericMethodInstanceReference>(this, new
MethodSpecComparer
(this));