4 references to HasDirectiveDescriptor
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Extensions\RazorSyntaxNodeExtensions.cs (1)
20if (node is RazorDirectiveSyntax { HasDirectiveDescriptor: true } directiveNode &&
FoldingRanges\RazorCodeBlockFoldingProvider.cs (1)
15Debug.Assert(node.HasDirectiveDescriptor);
FoldingRanges\SectionDirectiveFoldingProvider.cs (1)
15Debug.Assert(node.HasDirectiveDescriptor);
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
1044n => n is RazorUsingDirectiveSyntax or RazorDirectiveSyntax { HasDirectiveDescriptor: false });