2 writes to responseFormatter
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\ReceiveReply.cs (2)
165
this.InternalContent.ConfigureInternalReceiveReply(this.internalReceive, out this.
responseFormatter
);
211
this.
responseFormatter
= null;
6 references to responseFormatter
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\ReceiveReply.cs (6)
37
if (this.
responseFormatter
== null)
45
this.
responseFormatter
.Message = new InArgument<Message>(response);
55
this.
responseFormatter
,
176
if (this.
responseFormatter
!= null)
181
this.
responseFormatter
.Formatter = formatter;
192
this.
responseFormatter
.FaultFormatter = new FaultFormatter(faultTypes);