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\Utf8WriteLiteralDetectionPass.cs (2)
34
if (baseType is null || string.IsNullOrWhiteSpace(baseType.
BaseType
.Content))
42
var baseTypeName = 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];