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