12 references to KeepDirectives
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxNodeRemover.cs (4)
304
if ((_options & (SyntaxRemoveOptions.
KeepDirectives
| SyntaxRemoveOptions.KeepUnbalancedDirectives)) != 0)
342
if ((_options & (SyntaxRemoveOptions.
KeepDirectives
| SyntaxRemoveOptions.KeepUnbalancedDirectives)) != 0)
376
if ((_options & (SyntaxRemoveOptions.
KeepDirectives
| SyntaxRemoveOptions.KeepUnbalancedDirectives)) != 0)
440
if ((_options & SyntaxRemoveOptions.
KeepDirectives
) != 0)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordEngine.cs (1)
30
SyntaxRemoveOptions.
KeepDirectives
|
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
551
? SyntaxRemoveOptions.
KeepDirectives
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordEngine.cs (1)
30
SyntaxRemoveOptions.
KeepDirectives
|
src\roslyn\src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
551
? SyntaxRemoveOptions.
KeepDirectives
Microsoft.CodeAnalysis.VisualBasic (4)
Syntax\SyntaxNodeRemover.vb (4)
213
If (Me._options And (SyntaxRemoveOptions.
KeepDirectives
Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
238
If (Me._options And (SyntaxRemoveOptions.
KeepDirectives
Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
262
If (Me._options And (SyntaxRemoveOptions.
KeepDirectives
Or SyntaxRemoveOptions.KeepUnbalancedDirectives)) <> 0 Then
306
If (Me._options And SyntaxRemoveOptions.
KeepDirectives
) <> 0 Then