1 implementation of GetValue
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\VersionSource\SimpleTreeAndVersionSource.cs (1)
29
public TreeAndVersion
GetValue
(CancellationToken cancellationToken)
3 references to GetValue
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\DocumentState.cs (2)
225
var oldTreeAndVersion = oldTreeSource.
GetValue
(cancellationToken);
628
var treeAndVersion = TreeSource.
GetValue
(cancellationToken);
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
267
var siblingTreeAndVersion = siblingTreeSource.
GetValue
(cancellationToken);