1 write to _comparer
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
119
_comparer
= New SymbolComparer(Me, deepTranslatorOpt)
4 references to _comparer
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (4)
426
Return Me.
_comparer
.Equals(field.Type, other.Type)
438
Return
_comparer
.Equals(method.ReturnType, other.ReturnType) AndAlso
474
Return parameter.IsByRef = other.IsByRef AndAlso Me.
_comparer
.Equals(parameter.Type, other.Type)
482
Return Me.
_comparer
.Equals([property].Type, other.Type) AndAlso