5 references to GetValue
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\DocumentState.cs (2)
156
var textAndVersion = newTextSource.
GetValue
(loadTextOptions, cancellationToken);
224
var newTextAndVersion = newTextSource.
GetValue
(loadTextOptions, cancellationToken);
Workspace\Solution\TextDocumentState.cs (2)
116
var textAndVersion = this.TextAndVersionSource.
GetValue
(LoadTextOptions, cancellationToken);
122
var textAndVersion = this.TextAndVersionSource.
GetValue
(LoadTextOptions, cancellationToken);
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (1)
92
: source.
GetValue
(options, cancellationToken);