2 interfaces inheriting from CodeCleanupOptionsProvider
Microsoft.CodeAnalysis.Workspaces (2)
2 implementations of CodeCleanupOptionsProvider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.Workspaces (1)
64 references to CodeCleanupOptionsProvider
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.EditorFeatures (2)
Microsoft.CodeAnalysis.Features (39)
CodeRefactorings\MoveType\AbstractMoveTypeService.cs (5)
33public abstract Task<Solution> GetModifiedSolutionAsync(Document document, TextSpan textSpan, MoveTypeOperationKind operationKind, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken);
34public abstract Task<ImmutableArray<CodeAction>> GetRefactoringAsync(Document document, TextSpan textSpan, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken);
46Document document, TextSpan textSpan, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken)
59public override async Task<Solution> GetModifiedSolutionAsync(Document document, TextSpan textSpan, MoveTypeOperationKind operationKind, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken)
83private async Task<State> CreateStateAsync(Document document, TextSpan textSpan, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (9)
38public abstract Task<Solution> ChangeNamespaceAsync(Document document, SyntaxNode container, string targetNamespace, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken);
40public abstract Task<Solution?> TryChangeTopLevelNamespacesAsync(Document document, string targetNamespace, CodeCleanupOptionsProvider fallbackOptions, CancellationToken cancellationToken);
114CodeCleanupOptionsProvider fallbackOptions,
177CodeCleanupOptionsProvider fallbackOptions,
432CodeCleanupOptionsProvider fallbackOptions,
566CodeCleanupOptionsProvider fallbackOptions,
643CodeCleanupOptionsProvider fallbackOptions,
690CodeCleanupOptionsProvider fallbackOptions,
764CodeCleanupOptionsProvider fallbackOptions,
MoveToNamespace\AbstractMoveToNamespaceService.cs (6)
29Task<ImmutableArray<AbstractMoveToNamespaceCodeAction>> GetCodeActionsAsync(Document document, TextSpan span, CodeCleanupOptionsProvider options, CancellationToken cancellationToken);
31Task<MoveToNamespaceResult> MoveToNamespaceAsync(MoveToNamespaceAnalysisResult analysisResult, string targetNamespace, CodeCleanupOptionsProvider options, CancellationToken cancellationToken);
54CodeCleanupOptionsProvider cleanupOptions,
172CodeCleanupOptionsProvider fallbackOptions,
214CodeCleanupOptionsProvider options,
243CodeCleanupOptionsProvider fallbackOptions,
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Microsoft.CodeAnalysis.Workspaces (19)