9 references to AddDocument
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (1)
96workspace.CanApplyChange(ApplyChangesKind.AddDocument) &&
Microsoft.CodeAnalysis.Features (2)
ExtractClass\AbstractExtractClassRefactoringProvider.cs (1)
31if (!solution.CanApplyChange(ApplyChangesKind.AddDocument))
GenerateType\AbstractGenerateTypeService.cs (1)
114if (document.Project.Solution.CanApplyChange(ApplyChangesKind.AddDocument))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1691if (!CanApplyChange(ApplyChangesKind.AddDocument) && projectChanges.GetAddedDocuments().Any()) 2177Debug.Assert(CanApplyChange(ApplyChangesKind.AddDocument));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
273ApplyChangesKind.AddDocument or
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
353case ApplyChangesKind.AddDocument:
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
412case ApplyChangesKind.AddDocument:
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
435case ApplyChangesKind.AddDocument: