1 write to _comparer
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
144
_comparer
= new SymbolComparer(this, deepTranslator);
4 references to _comparer
Microsoft.CodeAnalysis.CSharp (4)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (4)
602
return
_comparer
.Equals(field.Type, other.Type);
615
return
_comparer
.Equals(method.ReturnType, other.ReturnType) &&
672
_comparer
.Equals(parameter.Type, other.Type);
733
return
_comparer
.Equals(property.Type, other.Type) &&