15 references to TypeParameterList
Microsoft.CodeAnalysis.CSharp (8)
_generated\2\Syntax.xml.Syntax.Generated.cs (8)
6468
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10507
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10674
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10840
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11015
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11279
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11495
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
12447
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)
1751
? 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)]);