4 references to IsScriptOrStyleBlock
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Completion\Delegation\DelegatedCompletionHelper.cs (1)
249if (RazorSyntaxFacts.IsScriptOrStyleBlock(elementNode))
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
590if (RazorSyntaxFacts.IsScriptOrStyleBlock(node.ParentElement) &&
Formatting\Passes\HtmlFormattingPass.cs (1)
277RazorSyntaxFacts.IsScriptOrStyleBlock(element) &&
SpellCheck\SpellCheckService.cs (1)
52foreach (var node in syntaxTree.Root.DescendantNodes(static n => n is not BaseMarkupElementSyntax element || !RazorSyntaxFacts.IsScriptOrStyleBlock(element)))