1 write to _responseWrapperName
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
70_responseWrapperName = AddToDictionary(dictionary, _responseMessage.Body.WrapperName);
8 references to _responseWrapperName
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (8)
379if (_responseWrapperName == null) 477if (_responseWrapperName != null) 479if (!reader.IsStartElement(_responseWrapperName, _responseWrapperNamespace)) 480throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SerializationException(string.Format(SRServiceModel.SFxInvalidMessageBody, _responseWrapperName, _responseWrapperNamespace, reader.NodeType, reader.Name, reader.NamespaceURI))); 508if (_responseWrapperName != null) 609if (_responseWrapperName != null) 610writer.WriteStartElement(_responseWrapperName, _responseWrapperNamespace); 617if (_responseWrapperName != null)