Base:
property
TypeParameters
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.TypeParameters
10 references to TypeParameters
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LocalFunctionSymbol.cs (3)
313
public override int Arity =>
TypeParameters
.Length;
487
TypeParameters
,
513
TypeParameters
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\LocalFunctionTests.cs (2)
1722
var typeParam = localSymbol.
TypeParameters
.Single();
1927
var typeParam = localSymbol.
TypeParameters
.Single();
Semantics\NullableReferenceTypesTests.cs (5)
97827
TypeParameterSymbol t1 = f1.
TypeParameters
[0];
97833
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
99156
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
111843
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;
111896
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;