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