4 references to AreTypesEqual
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
587AreTypesEqual(type.ElementType, other.ElementType); 618method.TypeParameters.SequenceEqual(other.TypeParameters, AreTypesEqual); 681return AreTypesEqual(type.PointedAtType, other.PointedAtType); 758return AreTypesEqual(type.Type, other.Type);