16 references to TypeParameterList
Microsoft.CodeAnalysis.CSharp (9)
_generated\2\Syntax.xml.Syntax.Generated.cs (9)
6469
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10508
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10674
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
10842
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11008
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11183
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11447
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
11663
var typeParameterList = this.TypeParameterList ?? SyntaxFactory.
TypeParameterList
();
12615
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)]);