2 writes to ModelType
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\BaseTypeWithModel.cs (1)
24ModelType = IntermediateNodeFactory.CSharpToken("TModel");
Mvc\ModelDirective.cs (1)
95existingBaseType.ModelType = modelType;
3 references to ModelType
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeWriterExtensions.cs (1)
734WriteOptionalToken(baseType.ModelType);
Language\Intermediate\BaseTypeWithModel.cs (1)
32ModelType.Source = span[(greaterThanIndex + 1)..^1];
Mvc\ModelDirective.cs (1)
93if (visitor.Class?.BaseType is BaseTypeWithModel { ModelType: not null } existingBaseType)