2 references to AllIgnoreOptionsPlusNullableWithUnknownMatchesAny
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MemberSignatureComparer.cs (1)
674
return HaveSameTypeConstraints(typeParameter1, typeMap1, typeParameter2, typeMap2, SymbolEqualityComparer.
AllIgnoreOptionsPlusNullableWithUnknownMatchesAny
);
Symbols\SymbolEqualityComparer.cs (1)
53
return
AllIgnoreOptionsPlusNullableWithUnknownMatchesAny
;