16 references to TypeParameterList
Microsoft.CodeAnalysis.CSharp (9)
_generated\2\Syntax.xml.Syntax.Generated.cs (9)
6522
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10593
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10759
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10925
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11091
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11266
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11530
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11746
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
12698
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\TypeParameterGenerator.cs (1)
23
:
TypeParameterList
(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
142
=> SyntaxFactory.
TypeParameterList
([.. typeParameterNames.Select(SyntaxFactory.TypeParameter)]);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1759
? SyntaxFactory.
TypeParameterList
([.. typeParameterNodes.Cast<TypeParameterSyntax>()])
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\TypeParameterGenerator.cs (1)
23
:
TypeParameterList
(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
142
=> SyntaxFactory.
TypeParameterList
([.. typeParameterNames.Select(SyntaxFactory.TypeParameter)]);
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\TypeParameterGenerator.cs (1)
23
:
TypeParameterList
(
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpSyntaxGeneratorInternal.cs (1)
142
=> SyntaxFactory.
TypeParameterList
([.. typeParameterNames.Select(SyntaxFactory.TypeParameter)]);