2 references to CancellationTokenSource
System.Web (1)
UI\Page.cs (1)
6005? new CancellationTokenSource(timeout)
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1486ctsTimeout = new CancellationTokenSource(timeout);