Base:
property
TypeParameters
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.TypeParameters
11 references to TypeParameters
Microsoft.CodeAnalysis.CSharp (4)
Lowering\LocalRewriter\LocalRewriter.cs (1)
327
var typeParameters = localFunction.
TypeParameters
;
Symbols\Source\LocalFunctionSymbol.cs (3)
275
public override int Arity =>
TypeParameters
.Length;
443
TypeParameters
,
468
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)
94034
TypeParameterSymbol t1 = f1.
TypeParameters
[0];
94040
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
95363
TypeParameterSymbol t2 = f2.
TypeParameters
[0];
108050
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;
108103
var constraintTypes = localSymbol.
TypeParameters
[0].ConstraintTypesNoUseSiteDiagnostics;