4 references to AreTypesEqual
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
580
AreTypesEqual
(type.ElementType, other.ElementType);
611
method.TypeParameters.SequenceEqual(other.TypeParameters,
AreTypesEqual
);
674
return
AreTypesEqual
(type.PointedAtType, other.PointedAtType);
751
return
AreTypesEqual
(type.Type, other.Type);