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