4 references to Equals
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
595return _comparer.Equals(field.Type, other.Type); 608return _comparer.Equals(method.ReturnType, other.ReturnType) && 665_comparer.Equals(parameter.Type, other.Type); 726return _comparer.Equals(property.Type, other.Type) &&