1 write to _elementLocations
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleTypeSymbol.vb (1)
352
Me.
_elementLocations
= elementLocations
6 references to _elementLocations
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Tuples\TupleTypeSymbol.vb (6)
479
Return TupleTypeSymbol.Create(Me._locations, newUnderlyingType, Me.
_elementLocations
, Me._providedElementNames, Me._errorPositions)
727
Dim location = If(
_elementLocations
.IsDefault, Nothing,
_elementLocations
(tupleFieldIndex))
837
Dim location = If(
_elementLocations
.IsDefault, Nothing,
_elementLocations
(i))
1073
Dim tupleType = TupleTypeSymbol.Create(Me._locations, substitutedUnderlying, Me.
_elementLocations
,