1 write to _responseMessage
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
51_responseMessage = description.Messages[1];
10 references to _responseMessage
System.ServiceModel.Primitives (10)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (10)
55if (_responseMessage != null) 57stringCount += 2 + _responseMessage.Body.Parts.Count; 75if (_responseMessage != null) 77if (_responseMessage.Body.WrapperName != null) 79_responseWrapperName = AddToDictionary(dictionary, _responseMessage.Body.WrapperName); 80_responseWrapperNamespace = AddToDictionary(dictionary, _responseMessage.Body.WrapperNamespace); 83_responseParts = AddToDictionary(dictionary, _responseMessage.Body.Parts, isRpc); 85if (_responseMessage.Body.ReturnValue != null && _responseMessage.Body.ReturnValue.Type != typeof(void)) 87_returnPart = AddToDictionary(dictionary, _responseMessage.Body.ReturnValue, isRpc);