3 references to AreTypesEqual
Microsoft.CodeAnalysis.CSharp (3)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (3)
629
return type.TypeArgumentsWithAnnotationsNoUseSiteDiagnostics.SequenceEqual(other.TypeArgumentsWithAnnotationsNoUseSiteDiagnostics,
AreTypesEqual
);
677
if (sig.RefKind != otherSig.RefKind || !
AreTypesEqual
(sig.ReturnTypeWithAnnotations, otherSig.ReturnTypeWithAnnotations))
690
return param.RefKind == otherParam.RefKind &&
AreTypesEqual
(param.TypeWithAnnotations, otherParam.TypeWithAnnotations);