5 references to Equals
Microsoft.CodeAnalysis.CSharp (5)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (5)
788return _comparer.Equals(@event.Type, other.Type); 794return _comparer.Equals(field.Type, other.Type); 807return _comparer.Equals(method.ReturnType, other.ReturnType) && 862_comparer.Equals(parameter.Type, other.Type); 920return _comparer.Equals(property.Type, other.Type) &&