1 implementation of CanApplyChange
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Utilities\CSharpParseOptionsChangingService.cs (1)
24public bool CanApplyChange(ParseOptions oldOptions, ParseOptions newOptions, string? maxLangVersion)
1 reference to CanApplyChange
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
391return project.Services.GetRequiredService<IParseOptionsChangingService>().CanApplyChange(oldOptions, newOptions, maxSupportLangVersion);