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 { }, hasParamsArray: false); 106TypeParameters = CreateTypeParameters( 171TypeParameters = ImmutableArray<TypeParameterSymbol>.Empty; 182TypeParameters = typeParameters.ToImmutableAndFree();
5 references to TypeParameters
Microsoft.CodeAnalysis.CSharp (5)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
270Debug.Assert(typeArguments.Length == template.TypeParameters.Length); 293Debug.Assert(typeParameters.Length == template.TypeParameters.Length);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (3)
53var typeParams = containingType.TypeParameters; 121var typeParams = containingType.TypeParameters; 183typeMap = new TypeMap(typeParametersToSubstitute, TypeParameters, allowAlpha: true);