9 references to AddDocument
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractInterface\AbstractExtractInterfaceCommandHandler.cs (1)
102workspace.CanApplyChange(ApplyChangesKind.AddDocument) &&
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
292case ApplyChangesKind.AddDocument:
Microsoft.CodeAnalysis.Features (2)
ExtractClass\AbstractExtractClassRefactoringProvider.cs (1)
38if (!solution.CanApplyChange(ApplyChangesKind.AddDocument))
GenerateType\AbstractGenerateTypeService.cs (1)
117if (document.Project.Solution.CanApplyChange(ApplyChangesKind.AddDocument))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1441if (!CanApplyChange(ApplyChangesKind.AddDocument) && projectChanges.GetAddedDocuments().Any()) 1937Debug.Assert(CanApplyChange(ApplyChangesKind.AddDocument));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
273ApplyChangesKind.AddDocument or
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
420case ApplyChangesKind.AddDocument:
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
451case ApplyChangesKind.AddDocument: