7 references to NonFocus
Microsoft.CodeAnalysis.EditorFeatures (5)
NavigationBar\NavigationBarController_ModelComputation.cs (1)
126_threadingContext, _asyncListener, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).NoThrowAwaitable(false);
Shared\Tagging\EventSources\TaggerConstants.cs (2)
22return DelayTimeSpan.NonFocus; 33_ => DelayTimeSpan.NonFocus,
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
326_dataSource.ThreadingContext, _dataSource.AsyncListener, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).NoThrowAwaitable(captureContext: true);
Tagging\AsynchronousViewportTaggerProvider.cs (1)
24/// above and below that visible section at a delay of <see cref="DelayTimeSpan.NonFocus"/>.
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
408await listener.Delay(DelayTimeSpan.NonFocus, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
63DelayTimeSpan.NonFocus,