1 write to _tupleElementIndex
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleErrorFieldSymbol.vb (1)
49
Me.
_tupleElementIndex
= If(correspondingDefaultFieldOpt Is Nothing, tupleElementIndex << 1, (tupleElementIndex << 1) + 1)
6 references to _tupleElementIndex
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Tuples\TupleErrorFieldSymbol.vb (6)
71
If
_tupleElementIndex
< 0 Then
75
Return
_tupleElementIndex
>> 1
82
Return (
_tupleElementIndex
And ((1 << 31) Or 1)) = 0
129
Return Hash.Combine(Me.ContainingType.GetHashCode(), Me.
_tupleElementIndex
.GetHashCode())
138
(other IsNot Nothing AndAlso Me.
_tupleElementIndex
= other.
_tupleElementIndex
AndAlso TypeSymbol.Equals(Me.ContainingType, other.ContainingType, TypeCompareKind.ConsiderEverything))