1 write to surrogate
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
66
this.
surrogate
= dcsob.DataContractSurrogate;
3 references to surrogate
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (3)
70
ValidateType(this.parameterDataContractType,
surrogate
, this.knownTypes);
220
return new DataContractJsonSerializer(type, this.knownTypes, this.maxItemsInObjectGraph, this.ignoreExtensionData, this.
surrogate
, false);
224
return new DataContractSerializer(type, this.knownTypes, this.maxItemsInObjectGraph, this.ignoreExtensionData, false, this.
surrogate
);