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