2 writes to _parameters
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\SynthesizedSymbols\SynthesizedIntrinsicOperatorSymbol.vb (2)
20
_parameters
= (New ParameterSymbol() {New SynthesizedOperatorParameterSymbol(Me, container, 0, "left"),
29
_parameters
= (New ParameterSymbol() {New SynthesizedOperatorParameterSymbol(Me, container, 0, "value")}).AsImmutableOrNull()
7 references to _parameters
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\SynthesizedSymbols\SynthesizedIntrinsicOperatorSymbol.vb (7)
56
Return
_parameters
77
If
_parameters
.Length = other.
_parameters
.Length AndAlso
82
For i As Integer = 0 To
_parameters
.Length - 1
83
If Not TypeSymbol.Equals(
_parameters
(i).Type, other.
_parameters
(i).Type, TypeCompareKind.ConsiderEverything) Then
95
Return Hash.Combine(_name, Hash.Combine(m_containingType,
_parameters
.Length))