1 write to _surrogateProvider
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContractSet.cs (1)
27_surrogateProvider = dataContractSurrogate;
6 references to _surrogateProvider
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\DataContractSet.cs (6)
217if (_surrogateProvider != null) 219Type dcType = DataContractSurrogateCaller.GetDataContractType(_surrogateProvider, clrType); 229if (_surrogateProvider == null) 236Type dcType = DataContractSurrogateCaller.GetDataContractType(_surrogateProvider, type); 269if (_surrogateProvider != null) 271Type dcType = DataContractSurrogateCaller.GetDataContractType(_surrogateProvider, dataMemberType);