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