2 references to DelayTimeSpan
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
408
await listener.Delay(
DelayTimeSpan
.NonFocus, cancellationToken).ConfigureAwait(false);
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
181
await Task.Delay(
DelayTimeSpan
.Short, cancellationToken).ConfigureAwait(false);