2 references to CreateLinkedTokenSource
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
484var tokenSource = CancellationTokenSource.CreateLinkedTokenSource(Cancellation.Token, nonClonedContext.RequestAborted, timeoutSource.Token);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (1)
875return CreateLinkedTokenSource((ReadOnlySpan<CancellationToken>)tokens);