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