8 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