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