Base:
property
TypeParameters
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.TypeParameters
4 writes to TypeParameters
Microsoft.CodeAnalysis.CSharp (4)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (4)
44TypeParameters = CreateTypeParameters(this, parameterCount, returnsVoid: voidReturnTypeOpt is { }, hasParamsArray: false); 107TypeParameters = CreateTypeParameters( 172TypeParameters = ImmutableArray<TypeParameterSymbol>.Empty; 183TypeParameters = 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)
54var typeParams = containingType.TypeParameters; 122var typeParams = containingType.TypeParameters; 184typeMap = new TypeMap(typeParametersToSubstitute, TypeParameters, allowAlpha: true);