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