1 implementation of IsInInactiveRegion
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1465
public bool
IsInInactiveRegion
(SyntaxTree syntaxTree, int position, CancellationToken cancellationToken)
1 reference to IsInInactiveRegion
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
79
_syntaxFacts.
IsInInactiveRegion
(this.Tree, LineToBeIndented.Start, this.CancellationToken))