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