4 references to Equals
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
588return _comparer.Equals(field.Type, other.Type); 601return _comparer.Equals(method.ReturnType, other.ReturnType) && 658_comparer.Equals(parameter.Type, other.Type); 719return _comparer.Equals(property.Type, other.Type) &&