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