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