3 references to RemoveDocument
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1732
if (!CanApplyChange(ApplyChangesKind.
RemoveDocument
) && projectChanges.GetRemovedDocuments().Any())
2215
Debug.Assert(CanApplyChange(ApplyChangesKind.
RemoveDocument
));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
283
ApplyChangesKind.
RemoveDocument
or