1 write to _comparer
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
328
_comparer
= new SymbolComparer(this, deepTranslator);
5 references to _comparer
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) &&