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