1 instantiation of RazorPageDocumentClassifierPass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Mvc.Version2_X\RazorExtensions.cs (1)
39builder.Features.Add(new RazorPageDocumentClassifierPass());
3 references to RazorPageDocumentClassifierPass
Microsoft.CodeAnalysis.Razor.Compiler (3)
Mvc.Version2_X\AssemblyAttributeInjectionPass.cs (1)
58else if (documentNode.DocumentKind == RazorPageDocumentClassifierPass.RazorPageDocumentKind &&
Mvc.Version2_X\NamespaceDirective.cs (1)
48if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind &&
Mvc.Version2_X\PagesPropertyInjectionPass.cs (1)
18if (documentNode.DocumentKind != RazorPageDocumentClassifierPass.RazorPageDocumentKind)