1 write to _elementLocations
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleTypeSymbol.vb (1)
358Me._elementLocations = elementLocations
6 references to _elementLocations
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Tuples\TupleTypeSymbol.vb (6)
485Return TupleTypeSymbol.Create(Me._locations, newUnderlyingType, Me._elementLocations, Me._providedElementNames, Me._errorPositions) 733Dim location = If(_elementLocations.IsDefault, Nothing, _elementLocations(tupleFieldIndex)) 843Dim location = If(_elementLocations.IsDefault, Nothing, _elementLocations(i)) 1079Dim tupleType = TupleTypeSymbol.Create(Me._locations, substitutedUnderlying, Me._elementLocations,