1 write to CancellationToken
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
649CancellationToken = cancellationToken;
7 references to CancellationToken
Microsoft.VisualStudio.LanguageServices (7)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (7)
353var cancellationToken = inProgressState.CancellationToken; 425}, state.CancellationToken); 439}, state.CancellationToken); 459}, state.CancellationToken); 484await SetLiveErrorsForProjectAsync(projectId, diagnostics, state.CancellationToken).ConfigureAwait(false); 501=> state?.CancellationToken ?? _disposalToken; 731CancellationToken.ThrowIfCancellationRequested();