4 references to AddDocument
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.cs (1)
110if (document.Project.Solution.CanApplyChange(ApplyChangesKind.AddDocument))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1727if (!CanApplyChange(ApplyChangesKind.AddDocument) && projectChanges.GetAddedDocuments().Any()) 2204Debug.Assert(CanApplyChange(ApplyChangesKind.AddDocument));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
282ApplyChangesKind.AddDocument or