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