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)
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) &&