13 references to CreateTupleTypeSymbol
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
1362return CreateTupleTypeSymbol(elementTypes, elementNames, elementLocations, elementNullableAnnotations: default);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (3)
1661var type = Compilation.CreateTupleTypeSymbol( 2337Compilation.CreateTupleTypeSymbol(elementTypes, elementNames))]; 2367return Compilation.CreateTupleTypeSymbol(elementTypes, elementNames, elementNullableAnnotations: GetNullableAnnotations(elementTypes));
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (3)
1661var type = Compilation.CreateTupleTypeSymbol( 2337Compilation.CreateTupleTypeSymbol(elementTypes, elementNames))]; 2367return Compilation.CreateTupleTypeSymbol(elementTypes, elementNames, elementNullableAnnotations: GetNullableAnnotations(elementTypes));
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
207return compilation.CreateTupleTypeSymbol(
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
487return compilation.CreateTupleTypeSymbol(
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (3)
1661var type = Compilation.CreateTupleTypeSymbol( 2337Compilation.CreateTupleTypeSymbol(elementTypes, elementNames))]; 2367return Compilation.CreateTupleTypeSymbol(elementTypes, elementNames, elementNullableAnnotations: GetNullableAnnotations(elementTypes));
System.Text.Json.SourceGeneration (1)
Helpers\RoslynExtensions.cs (1)
72type = compilation.CreateTupleTypeSymbol(erasedElements);