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