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