1 override of GetValue
Microsoft.CodeAnalysis.InteractiveHost (1)
AsyncLazy`1.cs (1)
187public override T GetValue(CancellationToken cancellationToken)
2 references to GetValue
Microsoft.CodeAnalysis.InteractiveHost (2)
ValueSource.cs (2)
40=> optional.GetValue(cancellationToken).GetValueOrNull(); 43=> optional.GetValue(cancellationToken).GetValueOrDefault();