Base:
property
TypeParameters
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.TypeParameters
4 writes to TypeParameters
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (4)
43
TypeParameters
= CreateTypeParameters(this, parameterCount, returnsVoid: voidReturnTypeOpt is { });
103
TypeParameters
= CreateTypeParameters(
165
TypeParameters
= ImmutableArray<TypeParameterSymbol>.Empty;
175
TypeParameters
= typeParameters.ToImmutableAndFree();
5 references to TypeParameters
Microsoft.CodeAnalysis.CSharp (5)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
265
Debug.Assert(typeArguments.Length == template.
TypeParameters
.Length);
288
Debug.Assert(typeParameters.Length == template.
TypeParameters
.Length);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (3)
53
var typeParams = containingType.
TypeParameters
;
117
var typeParams = containingType.
TypeParameters
;
176
typeMap = new TypeMap(typeParametersToSubstitute,
TypeParameters
, allowAlpha: true);