4 references to AreTypesEqual
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
782
AreTypesEqual
(type.ElementType, other.ElementType);
810
method.TypeParameters.SequenceEqual(other.TypeParameters,
AreTypesEqual
);
871
return
AreTypesEqual
(type.PointedAtType, other.PointedAtType);
944
return
AreTypesEqual
(type.Type, other.Type);