2 writes to AmbientHandle
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
2274
this.
AmbientHandle
= context.Properties.Find(CorrelationHandle.StaticExecutionPropertyName) as CorrelationHandle;
2299
this.
AmbientHandle
= context.Properties.Find(CorrelationHandle.StaticExecutionPropertyName) as CorrelationHandle;
7 references to AmbientHandle
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\InternalSendMessage.cs (7)
1501
CorrelationHandle followingContextHandle = instance.ContextBasedCorrelationHandle != null ? instance.ContextBasedCorrelationHandle : instance.
AmbientHandle
;
1559
instance.ContextBasedCorrelationHandle, instance.
AmbientHandle
, this.correlationInitializers,
1581
Fx.Assert(instance.
AmbientHandle
!= null, "For two way send we need to have either a RequestReply correlation handle or an ambient handle");
1582
if (!instance.
AmbientHandle
.TryRegisterRequestContext(context, instance.RequestContext))
2275
correlatesWith = this.
AmbientHandle
;
2297
if (requestReplyCorrelationHandle == null && this.
AmbientHandle
== null)
2300
if (this.
AmbientHandle
== null)