4 references to ComponentPageDirective
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentPageDirectivePass.cs (1)
25var directives = documentNode.FindDirectiveReferences(ComponentPageDirective.Directive);
Language\RazorProjectEngine.cs (1)
407ComponentPageDirective.Register(builder);
Microsoft.CodeAnalysis.Razor.Workspaces (2)
DocumentMapping\RazorEditService_UsingDirectives.cs (1)
102&& (directiveNode.IsDirective(ComponentPageDirective.Directive)
Formatting\UsingDirectiveHelper.cs (1)
205return directiveNode.IsDirective(ComponentPageDirective.Directive) ||