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