10 overrides of Send
System.Activities (3)
System\Activities\SynchronizationContextHelper.cs (1)
49
public override void
Send
(SendOrPostCallback d, object state)
System\Activities\WorkflowApplication.cs (2)
3058
public override void
Send
(SendOrPostCallback d, object state)
4790
public override void
Send
(SendOrPostCallback d, object state)
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusSynchronizationContext.cs (1)
25
public override void
Send
(SendOrPostCallback d, Object state)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowSynchronizationContext.cs (1)
40
public override void
Send
(SendOrPostCallback d, object state)
System.Web (2)
AspNetSynchronizationContext.cs (1)
167
public override void
Send
(SendOrPostCallback callback, Object state) {
LegacyAspNetSynchronizationContext.cs (1)
112
public override void
Send
(SendOrPostCallback callback, Object state) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WindowsFormsSynchronizationContext.cs (1)
78
public override void
Send
(SendOrPostCallback d, Object state) {
WindowsBase (2)
Base\System\Windows\Threading\DispatcherSynchronizationContext.cs (1)
57
public override void
Send
(SendOrPostCallback d, Object state)
Shared\MS\Internal\ReaderWriterLockWrapper.cs (1)
327
public override void
Send
(SendOrPostCallback d, Object state)
6 references to Send
mscorlib (1)
system\threading\CancellationTokenSource.cs (1)
802
m_executingCallback.TargetSyncContext.
Send
(CancellationCallbackCoreWork_OnSyncContext, args);
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
1634
_syncContext.
Send
(new SendOrPostCallback(InvokeCallback), args);
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
951
context.
Send
(delegate(object state) { propagateFlags = filter.ShouldMessagePropagate(message, origination); }, null);
System\ServiceModel\PeerNode.cs (1)
46
context.
Send
(delegate(object state) { handler(source, args); }, null);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowSynchronizationContext.cs (1)
42
base.
Send
(d, state);
WindowsBase (1)
Shared\MS\Internal\ReaderWriterLockWrapper.cs (1)
329
Parent.
Send
(d, state);