Workspaces\TestWorkspace_Create.cs (4)
15=> Create(XElement.Parse(xmlDefinition), openDocuments, composition);
23return Create(workspaceElement, openDocuments, composition, workspaceKind);
93return Create(workspaceElement, openDocuments, composition, workspaceKind, documentServiceProvider);
110return Create(workspaceElement, composition: composition);