1 write to _responseWrapperName
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
79_responseWrapperName = AddToDictionary(dictionary, _responseMessage.Body.WrapperName);
8 references to _responseWrapperName
System.ServiceModel.Primitives (8)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (8)
487if (_responseWrapperName == null) 600if (_responseWrapperName != null) 602if (!reader.IsStartElement(_responseWrapperName, _responseWrapperNamespace)) 604throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(SRP.Format(SRP.SFxInvalidMessageBody, _responseWrapperName, _responseWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 640if (_responseWrapperName != null) 760if (_responseWrapperName != null) 762writer.WriteStartElement(_responseWrapperName, _responseWrapperNamespace); 772if (_responseWrapperName != null)