4 writes to TypeParameters
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentDocumentClassifierPass.cs (1)
125@class.TypeParameters = typeParameters.ToImmutableAndClear();
Language\DefaultRazorMarkupSplitPhase.cs (1)
156stubClass.TypeParameters = StripTypeParameterConstraints(primaryClass.TypeParameters);
Language\Intermediate\ClassDeclarationIntermediateNode.cs (1)
35TypeParameters = TypeParameters,
Language\RazorCSharpDocumentWriter.cs (1)
89TypeParameters = node.TypeParameters,
7 references to TypeParameters
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Components\ComponentRenderModeDirectivePass.cs (1)
46@class.TypeParameters.Length > 0;
Language\DefaultRazorMarkupSplitPhase.cs (1)
156stubClass.TypeParameters = StripTypeParameterConstraints(primaryClass.TypeParameters);
Language\Intermediate\ClassDeclarationIntermediateNode.cs (3)
35TypeParameters = TypeParameters, 50formatter.WriteProperty(nameof(TypeParameters), string.Join(", ", TypeParameters.Select(t => t.Name.Content)));
Language\RazorCSharpDocumentWriter.cs (2)
89TypeParameters = node.TypeParameters, 216node.TypeParameters,