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)
97804
TypeParameterSymbol t1 = f1.
TypeParameters
[0];
97810
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
99133
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
111820
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;
111873
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;