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)
48
if (
_responseMessage
!= null)
49
stringCount += 2 +
_responseMessage
.Body.Parts.Count;
66
if (
_responseMessage
!= null)
68
if (
_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);
76
if (
_responseMessage
.Body.ReturnValue != null &&
_responseMessage
.Body.ReturnValue.Type != typeof(void))
78
_returnPart = AddToDictionary(dictionary,
_responseMessage
.Body.ReturnValue, isRpc);