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