2 writes to ResponseContext
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\CorrelationHandle.cs (2)
225
this.
ResponseContext
= responseContext;
256
this.
ResponseContext
= null;
5 references to ResponseContext
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\CorrelationHandle.cs (5)
222
if (this.
ResponseContext
== null)
229
return object.ReferenceEquals(this.
ResponseContext
, responseContext);
251
if (this.
ResponseContext
!= null)
255
responseContext = this.
ResponseContext
;
307
if (this.Scope != null || this.CallbackContext != null || this.Context != null || this.
ResponseContext
!= null || this.RequestContext != null || (this.InstanceKey != null && this.InstanceKey.IsValid))