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