2 references to ICompilationOptionsChangingService
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspaceImpl.cs (2)
396
=> project.Services.GetRequiredService<
ICompilationOptionsChangingService
>().CanApplyChange(oldOptions, newOptions);
495
var compilationOptionsService = originalProject.Services.GetRequiredService<
ICompilationOptionsChangingService
>();