Base:
property
IgnoreUnchangeableDocumentsWhenApplyingChanges
Microsoft.CodeAnalysis.Workspace.IgnoreUnchangeableDocumentsWhenApplyingChanges
1 write to IgnoreUnchangeableDocumentsWhenApplyingChanges
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
95this.IgnoreUnchangeableDocumentsWhenApplyingChanges = ignoreUnchangeableDocumentsWhenApplyingChanges;
1 reference to IgnoreUnchangeableDocumentsWhenApplyingChanges
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
193Assert.Equal(ignoreUnchangeableDocuments, workspace.IgnoreUnchangeableDocumentsWhenApplyingChanges)