3 references to Create
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\DocumentState.cs (2)
363
newTreeSource = SimpleTreeAndVersionSource.
Create
(new TreeAndVersion(newTree, existingTreeAndVersion.Version));
525
treeSource: SimpleTreeAndVersionSource.
Create
(treeAndVersion));
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
199
var newTreeSource = SimpleTreeAndVersionSource.
Create
(new TreeAndVersion(newRoot.SyntaxTree, newTreeVersion));