5 references to CanApplyChange
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.cs (1)
414locations = locations.WhereAsArray(l => l.Document.CanApplyChange());
Microsoft.CodeAnalysis.Features (1)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (1)
42if (!document.CanApplyChange())
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspaceImpl.cs (2)
351return document.CanApplyChange(); 694return spanMappingService != null && document?.CanApplyChange() == false;
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
191Assert.False(document.CanApplyChange())