Base:
property
TypeParameters
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.TypeParameters
10 references to TypeParameters
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LocalFunctionSymbol.cs (3)
315
public override int Arity =>
TypeParameters
.Length;
504
TypeParameters
,
530
TypeParameters
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\LocalFunctionTests.cs (2)
1716
var typeParam = localSymbol.
TypeParameters
.Single();
1921
var typeParam = localSymbol.
TypeParameters
.Single();
Semantics\NullableReferenceTypesTests.cs (5)
97888
TypeParameterSymbol t1 = f1.
TypeParameters
[0];
97894
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
99217
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
111904
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;
111957
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;