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