1 write to LessThan
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\BaseTypeWithModel.cs (1)
25
LessThan
= IntermediateNodeFactory.CSharpToken(">");
3 references to LessThan
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
45
node.BaseType is { } baseType ? $"{baseType.BaseType.Content}{baseType.GreaterThan?.Content}{baseType.ModelType?.Content}{baseType.
LessThan
?.Content}" : "",
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriterExtensions.cs (1)
735
WriteOptionalToken(baseType.
LessThan
);
Language\Intermediate\BaseTypeWithModel.cs (1)
33
LessThan
.Source = span[^1..];