1 write to _responseMessage
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
45_responseMessage = description.Messages[1];
10 references to _responseMessage
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (10)
48if (_responseMessage != null) 49stringCount += 2 + _responseMessage.Body.Parts.Count; 66if (_responseMessage != null) 68if (_responseMessage.Body.WrapperName != null) 70_responseWrapperName = AddToDictionary(dictionary, _responseMessage.Body.WrapperName); 71_responseWrapperNamespace = AddToDictionary(dictionary, _responseMessage.Body.WrapperNamespace); 74_responseParts = AddToDictionary(dictionary, _responseMessage.Body.Parts, isRpc); 76if (_responseMessage.Body.ReturnValue != null && _responseMessage.Body.ReturnValue.Type != typeof(void)) 78_returnPart = AddToDictionary(dictionary, _responseMessage.Body.ReturnValue, isRpc);