1 write to _comparer
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
101
_comparer
= New SymbolComparer(Me, deepTranslatorOpt)
4 references to _comparer
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (4)
410
Return Me.
_comparer
.Equals(field.Type, other.Type)
422
Return
_comparer
.Equals(method.ReturnType, other.ReturnType) AndAlso
458
Return parameter.IsByRef = other.IsByRef AndAlso Me.
_comparer
.Equals(parameter.Type, other.Type)
466
Return Me.
_comparer
.Equals([property].Type, other.Type) AndAlso