Base:
property
TypeParameters
Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationAbstractMethodSymbol.TypeParameters
1 write to TypeParameters
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationMethodSymbol.cs (1)
50this.TypeParameters = typeParameters.NullToEmpty();
3 references to TypeParameters
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationMethodSymbol.cs (3)
63this.Name, this.TypeParameters, this.Parameters, this.GetReturnTypeAttributes(), 77public override int Arity => this.TypeParameters.Length; 101=> this.TypeParameters.As<ITypeSymbol>();