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