4 references to Create
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\DocumentState.cs (2)
363
newTreeSource = SimpleTreeAndVersionSource.
Create
(new TreeAndVersion(newTree, existingTreeAndVersion.Version));
525
treeSource: SimpleTreeAndVersionSource.
Create
(treeAndVersion));
Workspace\Solution\SourceGeneratedDocumentState.cs (2)
108
treeSource = SimpleTreeAndVersionSource.
Create
(new TreeAndVersion(newTree, VersionStamp.Create()));
245
var newTreeSource = SimpleTreeAndVersionSource.
Create
(new TreeAndVersion(newTree, newTreeVersion));