4 references to AreTypesEqual
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
572
AreTypesEqual
(type.ElementType, other.ElementType);
603
method.TypeParameters.SequenceEqual(other.TypeParameters,
AreTypesEqual
);
666
return
AreTypesEqual
(type.PointedAtType, other.PointedAtType);
743
return
AreTypesEqual
(type.Type, other.Type);