1 instantiation of RazorPageDocumentClassifierPass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Mvc\RazorExtensions.cs (1)
37builder.Features.Add(new RazorPageDocumentClassifierPass(builder.Configuration.UseConsolidatedMvcViews));
7 references to RazorPageDocumentClassifierPass
Microsoft.CodeAnalysis.Razor.Compiler (7)
Mvc\CreateNewOnMetadataUpdateAttributePass.cs (1)
23if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind &&
Mvc\InjectDirective.cs (1)
52if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind &&
Mvc\ModelDirective.cs (2)
63if (document.DocumentKind == RazorPageDocumentClassifierPass.RazorPageDocumentKind) 83if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind &&
Mvc\ModelExpressionPass.cs (1)
21if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind &&
Mvc\PagesPropertyInjectionPass.cs (1)
18if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind)
Mvc\ViewComponentTagHelperPass.cs (1)
23if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind &&