4 references to Cancel
Microsoft.AspNetCore.Http.Connections.Tests (2)
ApplicationLifetime.cs (2)
24
_stoppingSource.
Cancel
(throwOnFirstException: false);
29
_startedSource.
Cancel
(throwOnFirstException: false);
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\HttpResponseBodyReaderTest.cs (1)
197
cts.
Cancel
(false);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (1)
250
public void Cancel() =>
Cancel
(false);