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