Base:
method
GetValue
Roslyn.Utilities.ValueSource<T>.GetValue(System.Threading.CancellationToken)
2 references to GetValue
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\RecoverableTextAndVersion.cs (1)
114
return recoverableText.ToTextAndVersion(recoverableText.
GetValue
(cancellationToken));
Workspace\Solution\WeaklyCachedRecoverableValueSource.cs (1)
16
/// it on demand if needed. The value is initially strongly held, until the first time that <see cref="
GetValue
"/>