5 references to CreateTuple
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (1)
4154var tupleType = NamedTypeSymbol.CreateTuple(
Symbols\Metadata\PE\TupleTypeDecoder.cs (1)
299decodedType = NamedTypeSymbol.CreateTuple(decodedType, elementNames);
Symbols\Tuples\TupleTypeSymbol.cs (3)
62var constructedType = CreateTuple(underlyingType, elementNames, errorPositions, elementLocations, locations); 151return CreateTuple( 878: CreateTuple(mergedType, mergedNames, this.TupleErrorPositions, this.TupleElementLocations, this.Locations);