1 write to GreaterThan
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\BaseTypeWithModel.cs (1)
23
GreaterThan
= IntermediateNodeFactory.CSharpToken("<");
3 references to GreaterThan
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)
733
WriteOptionalToken(baseType.
GreaterThan
);
Language\Intermediate\BaseTypeWithModel.cs (1)
31
GreaterThan
.Source = span[greaterThanIndex..(greaterThanIndex + 1)];