25 references to DelayTimeSpan
Microsoft.CodeAnalysis.EditorFeatures (13)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
93DelayTimeSpan.NearImmediate,
NavigationBar\NavigationBarController.cs (2)
97DelayTimeSpan.Short, 104DelayTimeSpan.NearImmediate,
NavigationBar\NavigationBarController_ModelComputation.cs (1)
69_threadingContext, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).ConfigureAwait(false);
Remote\SolutionChecksumUpdater.cs (2)
58DelayTimeSpan.NearImmediate, 67DelayTimeSpan.NearImmediate,
Shared\Tagging\EventSources\TaggerConstants.cs (5)
22return DelayTimeSpan.NonFocus; 28TaggerDelay.NearImmediate => DelayTimeSpan.NearImmediate, 29TaggerDelay.Short => DelayTimeSpan.Short, 30TaggerDelay.Medium => DelayTimeSpan.Medium, 31_ => DelayTimeSpan.Idle,
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
39DelayTimeSpan.Short,
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
208_dataSource.ThreadingContext, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).ConfigureAwait(true);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
113DelayTimeSpan.Short,
Microsoft.CodeAnalysis.Features (3)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
86await _listener.Delay(DelayTimeSpan.NonFocus, cancellationToken).ConfigureAwait(false);
Shared\Utilities\CompilationAvailableEventSource.cs (1)
73await _asyncListener.Delay(DelayTimeSpan.NonFocus, cancellationToken).NoThrowAwaitableInternal(captureContext: false);
Workspace\BackgroundCompiler.cs (1)
38DelayTimeSpan.NearImmediate,
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
61DelayTimeSpan.Short,
Microsoft.VisualStudio.LanguageServices (7)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (2)
76DelayTimeSpan.Idle, 82DelayTimeSpan.Idle,
DocumentOutline\DocumentOutlineControl.xaml.cs (3)
104DelayTimeSpan.Short, 111DelayTimeSpan.NearImmediate, 118DelayTimeSpan.NearImmediate,
PdbSourceDocument\PdbSourceDocumentOutputWindowLogger.cs (1)
44DelayTimeSpan.NearImmediate,
Progression\GraphQueryManager.cs (1)
46DelayTimeSpan.Idle,