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