4 implementations of GetValue
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ConstantTextAndVersionSource.cs (1)
40
public TextAndVersion
GetValue
(LoadTextOptions options, CancellationToken cancellationToken)
Workspace\Solution\DocumentState_TreeTextSource.cs (1)
38
public TextAndVersion
GetValue
(LoadTextOptions options, CancellationToken cancellationToken)
Workspace\Solution\LoadableTextAndVersionSource.cs (1)
63
public TextAndVersion
GetValue
(LoadTextOptions options, CancellationToken cancellationToken)
Workspace\Solution\RecoverableTextAndVersion.cs (1)
92
public TextAndVersion
GetValue
(LoadTextOptions options, CancellationToken cancellationToken)
6 references to GetValue
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\DocumentState.cs (2)
141
var textAndVersion = newTextSource.
GetValue
(loadTextOptions, cancellationToken);
209
var newTextAndVersion = newTextSource.
GetValue
(loadTextOptions, cancellationToken);
Workspace\Solution\RecoverableTextAndVersion.cs (2)
99
value: new RecoverableText(source, source.
GetValue
(options, cancellationToken), options, _services),
110
new RecoverableText(recoverableText.InitialSource, recoverableText.InitialSource.
GetValue
(options, cancellationToken), options, _services));
Workspace\Solution\TextDocumentState.cs (2)
154
var textAndVersion = this.TextAndVersionSource.
GetValue
(LoadTextOptions, cancellationToken);
160
var textAndVersion = this.TextAndVersionSource.
GetValue
(LoadTextOptions, cancellationToken);