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