2 references to CreateXmlResponse
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
86
fault = context.
CreateXmlResponse
(webFaultException.DetailObject, new DataContractSerializer(webFaultException.DetailType, webFaultException.KnownTypes));
System\ServiceModel\Web\WebOperationContext.cs (1)
115
return
CreateXmlResponse
(instance, serializer);