2 writes to responseFormatter
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\SendReply.cs (2)
154
this.InternalContent.ConfigureInternalSendReply(this.internalSend, out this.
responseFormatter
);
182
this.
responseFormatter
= null;
10 references to responseFormatter
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\SendReply.cs (10)
42
if (this.
responseFormatter
== null) // untyped message
49
this.
responseFormatter
.Message = new OutArgument<Message>(response);
60
this.
responseFormatter
,
167
if (this.
responseFormatter
!= null)
175
responseFormatter
.CorrelatesWith = (InArgument<CorrelationHandle>)InArgument.CreateReference(responseFormatterCorrelatesWith, "ResponseFormatterCorrelatesWith");
213
if (this.
responseFormatter
!= null)
215
this.
responseFormatter
.Formatter = formatter;
221
Fx.Assert(this.
responseFormatter
!= null, "ToReply cannot be null!");
223
this.
responseFormatter
.FaultFormatter = faultFormatter;
224
this.
responseFormatter
.IncludeExceptionDetailInFaults = includeExceptionDetailInFaults;