1 write to Name
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\TypeParameter.cs (1)
23Name = IntermediateNodeFactory.CSharpToken(name, nameSource);
3 references to Name
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
52entries.Add(string.Join(", ", node.TypeParameters.Select(p => p.Name.Content)));
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriterExtensions.cs (1)
711WriteToken(typeParameter.Name);
Language\Intermediate\ClassDeclarationIntermediateNode.cs (1)
31formatter.WriteProperty(nameof(TypeParameters), string.Join(", ", TypeParameters.Select(t => t.Name.Content)));