3 references to ContainsInterleavedDirective
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAddBracesDiagnosticAnalyzer.cs (1)
136return statement.ContainsInterleavedDirective(cancellationToken);
SyntaxNodeExtensions.cs (2)
592/// Similar to <see cref="ContainsInterleavedDirective(SyntaxNode, CancellationToken)"/> except that the span to check 683var hasUnmatchedInteriorDirective = node.ContainsInterleavedDirective(cancellationToken);