3 references to ContainsInterleavedDirective
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\Analyzers\CSharp\Analyzers\AddBraces\CSharpAddBracesDiagnosticAnalyzer.cs (1)
138
return statement.
ContainsInterleavedDirective
(cancellationToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxNodeExtensions.cs (2)
511
/// Similar to <see cref="
ContainsInterleavedDirective
(SyntaxNode, CancellationToken)"/> except that the span to check
602
var hasUnmatchedInteriorDirective = node.
ContainsInterleavedDirective
(cancellationToken);