3 references to DataContractJsonSerializer
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
38: this(type, (IEnumerable<Type>)null)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
194return new DataContractJsonSerializer(parameterType, operationDescription.KnownTypes);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
77fault = context.CreateJsonResponse(webFaultException.DetailObject, new DataContractJsonSerializer(webFaultException.DetailType, webFaultException.KnownTypes));