4 references to AreTypesEqual
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
573
AreTypesEqual
(type.ElementType, other.ElementType);
604
method.TypeParameters.SequenceEqual(other.TypeParameters,
AreTypesEqual
);
667
return
AreTypesEqual
(type.PointedAtType, other.PointedAtType);
744
return
AreTypesEqual
(type.Type, other.Type);