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)
97885
TypeParameterSymbol t1 = f1.
TypeParameters
[0];
97891
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
99214
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
111901
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;
111954
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;