1 write to _comparer
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
256
_comparer
= New SymbolComparer(Me, deepTranslatorOpt)
5 references to _comparer
Microsoft.CodeAnalysis.VisualBasic (5)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (5)
549
Return Me.
_comparer
.Equals([event].Type, other.Type)
554
Return Me.
_comparer
.Equals(field.Type, other.Type)
566
Return
_comparer
.Equals(method.ReturnType, other.ReturnType) AndAlso
600
Return parameter.IsByRef = other.IsByRef AndAlso Me.
_comparer
.Equals(parameter.Type, other.Type)
605
Return Me.
_comparer
.Equals([property].Type, other.Type) AndAlso