Home
last modified time | relevance | path

Searched refs:WorkerSupportsCancellation (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DBackgroundWorkerTest.cs78 b.WorkerSupportsCancellation = true; in CancelAsyncNonBusy()
88 bw.WorkerSupportsCancellation = true; in CancelBackgroundWorker()
124 bw.WorkerSupportsCancellation = true; in ExceptionBackgroundWorker()
161 bw.WorkerSupportsCancellation = true; in CompleteBackgroundWorker()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/tests/
H A DBackgroundWorkerTests.cs102 bw.WorkerSupportsCancellation = true; in TestCancelAsync()
209 Assert.False(bw.WorkerSupportsCancellation); in CtorTest()
246 var bw = new BackgroundWorker() { WorkerSupportsCancellation = true }; in TestCancelInsideDoWork()
281 var bw = new BackgroundWorker() { WorkerSupportsCancellation = false }; in TestCancelAsyncWithoutCancellationSupport()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/src/System/ComponentModel/
H A DBackgroundWorker.cs46 if (!WorkerSupportsCancellation) in CancelAsync()
165 public bool WorkerSupportsCancellation property in System.ComponentModel.BackgroundWorker
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DBackgroundWorker.cs62 if (!WorkerSupportsCancellation) in CancelAsync()
228 public bool WorkerSupportsCancellation property in System.ComponentModel.BackgroundWorker
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.EventBasedAsync/ref/
H A DSystem.ComponentModel.EventBasedAsync.cs44 public bool WorkerSupportsCancellation { get { throw null; } set { } } property in System.ComponentModel.BackgroundWorker
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/starksoftproxy/
H A DSocks4ProxyClient.cs545 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DHttpProxyClient.cs428 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DSocks5ProxyClient.cs713 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
/dports/irc/smuxi/smuxi-1.1/lib/StarkSoftProxy/
H A DHttpProxyClient.cs428 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DSocks4ProxyClient.cs545 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DSocks5ProxyClient.cs721 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
/dports/irc/smartirc4net/smartirc4net-1.1/src/starksoftproxy/
H A DSocks4ProxyClient.cs545 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DHttpProxyClient.cs428 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DSocks5ProxyClient.cs721 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/starksoftproxy/
H A DSocks4ProxyClient.cs545 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DHttpProxyClient.cs428 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
H A DSocks5ProxyClient.cs713 _asyncWorker.WorkerSupportsCancellation = true; in CreateConnectionAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.NetworkInformation/
H A DPing.cs394 worker.WorkerSupportsCancellation = true; in SendAsync()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/
H A DGalleryUploader.cpp98 uploadThread->WorkerSupportsCancellation = true;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Mail/
H A DSmtpClient.cs831 worker.WorkerSupportsCancellation = true; in SendAsync()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs386 fInvalidator.WorkerSupportsCancellation = true; in OnMapOpen()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs1248 public bool WorkerSupportsCancellation { get { throw null; } set { } } property in System.ComponentModel.BackgroundWorker
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs1251 public bool WorkerSupportsCancellation { get { throw null; } set { } } property in System.ComponentModel.BackgroundWorker
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs1246 public bool WorkerSupportsCancellation { get { throw null; } set { } } property in System.ComponentModel.BackgroundWorker
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs1247 public bool WorkerSupportsCancellation { get { throw null; } set { } } property in System.ComponentModel.BackgroundWorker

12