7 references to ChangeDocumentInfo
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
28if (service.CanApplyChange(ApplyChangesKind.ChangeDocumentInfo))
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (1)
162this.Document.Project.Solution.CanApplyChange(ApplyChangesKind.ChangeDocumentInfo))
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
309case ApplyChangesKind.ChangeDocumentInfo:
Microsoft.CodeAnalysis.Features (1)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (1)
28if (service.CanApplyChange(ApplyChangesKind.ChangeDocumentInfo))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1451if (!CanApplyChange(ApplyChangesKind.ChangeDocumentInfo) 1970Debug.Assert(CanApplyChange(ApplyChangesKind.ChangeDocumentInfo));
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
434case ApplyChangesKind.ChangeDocumentInfo: