1 write to responseMessage
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
52this.responseMessage = description.Messages[1];
10 references to responseMessage
System.ServiceModel (10)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (10)
55if (responseMessage != null) 56stringCount += 2 + responseMessage.Body.Parts.Count; 73if (responseMessage != null) 75if (responseMessage.Body.WrapperName != null) 77responseWrapperName = AddToDictionary(dictionary, responseMessage.Body.WrapperName); 78responseWrapperNamespace = AddToDictionary(dictionary, responseMessage.Body.WrapperNamespace); 81responseParts = AddToDictionary(dictionary, responseMessage.Body.Parts, isRpc); 83if (responseMessage.Body.ReturnValue != null && responseMessage.Body.ReturnValue.Type != typeof(void)) 85returnPart = AddToDictionary(dictionary, responseMessage.Body.ReturnValue, isRpc);