2 references to ContainsInterleavedDirective
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (2)
513/// Similar to <see cref="ContainsInterleavedDirective(SyntaxNode, CancellationToken)"/> except that the span to check 604var hasUnmatchedInteriorDirective = node.ContainsInterleavedDirective(cancellationToken);