1 write to Name
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\TypeParameter.cs (1)
23
Name
= IntermediateNodeFactory.CSharpToken(name, nameSource);
3 references to Name
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeWriterExtensions.cs (1)
711
WriteToken(typeParameter.
Name
);
Language\DefaultRazorMarkupSplitPhase.cs (1)
177
builder.Add(new TypeParameter(typeParameter.
Name
.Content));
Language\Intermediate\ClassDeclarationIntermediateNode.cs (1)
50
formatter.WriteProperty(nameof(TypeParameters), string.Join(", ", TypeParameters.Select(t => t.
Name
.Content)));