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