1 implementation of CanApplyChange
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Utilities\CSharpCompilationOptionsChangingService.cs (1)
24
public bool
CanApplyChange
(CompilationOptions oldOptions, CompilationOptions newOptions)
1 reference to CanApplyChange
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
385
=> project.Services.GetRequiredService<ICompilationOptionsChangingService>().
CanApplyChange
(oldOptions, newOptions);