1 implementation of CanApplyChange
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\ISupportedChangesService.cs (1)
48
public bool
CanApplyChange
(ApplyChangesKind kind)
4 references to CanApplyChange
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
28
if (service.
CanApplyChange
(ApplyChangesKind.ChangeDocumentInfo))
SupportedChangesServiceExtensions.cs (1)
10
=> solution.Services.GetRequiredService<ISupportedChangesService>().
CanApplyChange
(kind);
Microsoft.CodeAnalysis.Features (1)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
28
if (service.
CanApplyChange
(ApplyChangesKind.ChangeDocumentInfo))
Microsoft.CodeAnalysis.Workspaces (1)
SupportedChangesServiceExtensions.cs (1)
10
=> solution.Services.GetRequiredService<ISupportedChangesService>().
CanApplyChange
(kind);