1 implementation of CanApplyParseOptionChange
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\ISupportedChangesService.cs (1)
47
public bool
CanApplyParseOptionChange
(ParseOptions oldOptions, ParseOptions newOptions, Project project)
2 references to CanApplyParseOptionChange
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Host\SupportedChangesServiceExtensions.cs (1)
13
=> project.Solution.Services.GetRequiredService<ISupportedChangesService>().
CanApplyParseOptionChange
(oldOptions, newOptions, project);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Host\SupportedChangesServiceExtensions.cs (1)
13
=> project.Solution.Services.GetRequiredService<ISupportedChangesService>().
CanApplyParseOptionChange
(oldOptions, newOptions, project);