1 write to _elementLocations
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Tuples\TupleTypeSymbol.vb (1)
357Me._elementLocations = elementLocations
6 references to _elementLocations
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Tuples\TupleTypeSymbol.vb (6)
484Return TupleTypeSymbol.Create(Me._locations, newUnderlyingType, Me._elementLocations, Me._providedElementNames, Me._errorPositions) 732Dim location = If(_elementLocations.IsDefault, Nothing, _elementLocations(tupleFieldIndex)) 842Dim location = If(_elementLocations.IsDefault, Nothing, _elementLocations(i)) 1078Dim tupleType = TupleTypeSymbol.Create(Me._locations, substitutedUnderlying, Me._elementLocations,