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