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