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