1 write to _requestWrapperName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
60_requestWrapperName = AddToDictionary(dictionary, _requestMessage.Body.WrapperName);
8 references to _requestWrapperName
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (8)
419if (_requestWrapperName == null) 455if (_requestWrapperName != null) 457if (!reader.IsStartElement(_requestWrapperName, _requestWrapperNamespace)) 458throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(string.Format(SRServiceModel.SFxInvalidMessageBody, _requestWrapperName, _requestWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 469if (_requestWrapperName != null) 598if (_requestWrapperName != null) 599writer.WriteStartElement(_requestWrapperName, _requestWrapperNamespace); 603if (_requestWrapperName != null)