1 write to requestMessage
System.ServiceModel (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
50
this.
requestMessage
= description.Messages[0];
5 references to requestMessage
System.ServiceModel (5)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (5)
54
int stringCount = 3 +
requestMessage
.Body.Parts.Count;
65
if (
requestMessage
.Body.WrapperName != null)
67
requestWrapperName = AddToDictionary(dictionary,
requestMessage
.Body.WrapperName);
68
requestWrapperNamespace = AddToDictionary(dictionary,
requestMessage
.Body.WrapperNamespace);
71
requestParts = AddToDictionary(dictionary,
requestMessage
.Body.Parts, isRpc);