4 references to CanApplyChange
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
410locations = locations.WhereAsArray(l => l.Document.CanApplyChange());
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
40if (!document.CanApplyChange())
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspaceImpl.cs (2)
332return document.CanApplyChange(); 675return spanMappingService != null && document?.CanApplyChange() == false;