1 write to LessThan
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\BaseTypeWithModel.cs (1)
25LessThan = IntermediateNodeFactory.CSharpToken(">");
2 references to LessThan
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriterExtensions.cs (1)
735WriteOptionalToken(baseType.LessThan);
Language\Intermediate\BaseTypeWithModel.cs (1)
33LessThan.Source = span[^1..];