3 references to GetModelType
Microsoft.CodeAnalysis.Razor.Compiler (3)
Mvc.Version2_X\PagesPropertyInjectionPass.cs (1)
23var modelType = ModelDirective.GetModelType(documentNode).Content;
Mvc\InjectDirective.cs (1)
61var modelType = ModelDirective.GetModelType(documentNode).Content;
Mvc\PagesPropertyInjectionPass.cs (1)
27var modelType = ModelDirective.GetModelType(documentNode);