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)
197cts.Cancel(false);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (1)
250public void Cancel() => Cancel(false);