37 references to DelayTimeSpan
Microsoft.CodeAnalysis.EditorFeatures (20)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
97DelayTimeSpan.NearImmediate,
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
67DelayTimeSpan.Short,
Copilot\CopilotWpfTextCreationListener.cs (1)
54DelayTimeSpan.Idle,
GoOrFind\AbstractGoOrFindNavigationService.cs (1)
211? DelayTimeSpan.Idle
NavigationBar\NavigationBarController.cs (2)
109DelayTimeSpan.Medium, 116DelayTimeSpan.Short,
NavigationBar\NavigationBarController_ModelComputation.cs (1)
126_threadingContext, _asyncListener, _subjectBuffer, DelayTimeSpan.NonFocus, cancellationToken).NoThrowAwaitable(false);
Remote\SolutionChecksumUpdater.cs (1)
61DelayTimeSpan.NearImmediate,
Shared\Tagging\EventSources\TaggerConstants.cs (7)
22return DelayTimeSpan.NonFocus; 28TaggerDelay.NearImmediate => DelayTimeSpan.NearImmediate, 29TaggerDelay.Short => DelayTimeSpan.Short, 30TaggerDelay.Medium => DelayTimeSpan.Medium, 31TaggerDelay.OnIdle => DelayTimeSpan.Idle, 32TaggerDelay.OnIdleWithLongDelay => DelayTimeSpan.IdleWithLongDelay, 33_ => DelayTimeSpan.NonFocus,
Shared\Tagging\EventSources\TaggerEventSources.WorkspaceChangedEventSource.cs (1)
28DelayTimeSpan.Short,
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
47DelayTimeSpan.Short,
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"/>.
Tagging\TaggerMainThreadManager.cs (1)
31DelayTimeSpan.NearImmediate,
Microsoft.CodeAnalysis.Features (2)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
408await listener.Delay(DelayTimeSpan.NonFocus, cancellationToken).ConfigureAwait(false);
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
189await Task.Delay(DelayTimeSpan.Short, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\References\FindUsagesLSPContext.cs (1)
95DelayTimeSpan.Medium, ReportReferencesAsync, asyncListener, cancellationToken);
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
47delay: DelayTimeSpan.Idle,
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
63DelayTimeSpan.NonFocus,
Microsoft.VisualStudio.LanguageServices (12)
ColorSchemes\ColorSchemeApplier.cs (1)
54DelayTimeSpan.Idle,
DesignerAttribute\VisualStudioDesignerAttributeService.cs (2)
80DelayTimeSpan.Idle, 86DelayTimeSpan.Idle,
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
264DelayTimeSpan.Medium,
DocumentOutline\DocumentOutlineViewModel.cs (2)
76DelayTimeSpan.Medium, 82DelayTimeSpan.Medium,
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (2)
164DelayTimeSpan.Short, 172DelayTimeSpan.Short,
Interop\CleanableWeakComHandleTable.cs (1)
139await listener.Delay(DelayTimeSpan.NearImmediate, _threadingContext.DisposalToken).ConfigureAwait(true);
PdbSourceDocument\PdbSourceDocumentOutputWindowLogger.cs (1)
44DelayTimeSpan.NearImmediate,
SymbolSearch\AbstractDelayStartedService.cs (1)
68DelayTimeSpan.Medium,
Telemetry\FileLogger.cs (1)
41DelayTimeSpan.Short,