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