16 references to TypeParameterList
Microsoft.CodeAnalysis.CSharp (9)
_generated\2\Syntax.xml.Syntax.Generated.cs (9)
6524
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10601
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10767
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10935
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11101
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11276
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11540
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11756
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
12708
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)]);