3 references to DelayTimeSpan
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AsynchronousViewportTaggerProvider.cs (1)
23
/// above and below that visible section at a delay of <see cref="
DelayTimeSpan
.NonFocus"/>.
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
408
await listener.Delay(
DelayTimeSpan
.NonFocus, cancellationToken).ConfigureAwait(false);
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
191
await Task.Delay(
DelayTimeSpan
.Short, cancellationToken).ConfigureAwait(false);