2 writes to BaseType
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\BaseTypeWithModel.cs (2)
22
BaseType
= IntermediateNodeFactory.CSharpToken(baseType[0..^ModelGenericParameter.Length]);
38
BaseType
= IntermediateNodeFactory.CSharpToken(baseType, location);
5 references to BaseType
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\Utf8WriteLiteralPhase.cs (1)
30
var baseTypeName = documentNode.FindPrimaryClass()?.BaseType?.
BaseType
.Content;
Language\CodeGeneration\CodeWriterExtensions.cs (2)
723
var hasBaseType = !string.IsNullOrWhiteSpace(baseType?.
BaseType
.Content);
732
WriteToken(baseType.
BaseType
);
Language\Intermediate\BaseTypeWithModel.cs (1)
30
BaseType
.Source = span[..greaterThanIndex];
Mvc\ModelDirective.cs (1)
106
existingBaseType.
BaseType
.Source is not null)