1 write to _tupleElementIndex
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleErrorFieldSymbol.vb (1)
49Me._tupleElementIndex = If(correspondingDefaultFieldOpt Is Nothing, tupleElementIndex << 1, (tupleElementIndex << 1) + 1)
6 references to _tupleElementIndex
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Tuples\TupleErrorFieldSymbol.vb (6)
71If _tupleElementIndex < 0 Then 75Return _tupleElementIndex >> 1 82Return (_tupleElementIndex And ((1 << 31) Or 1)) = 0 129Return 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))