1 write to _surrogateProvider
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContractSet.cs (1)
28_surrogateProvider = dataContractSurrogate;
6 references to _surrogateProvider
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\DataContractSet.cs (6)
218if (_surrogateProvider != null) 220Type dcType = DataContractSurrogateCaller.GetDataContractType(_surrogateProvider, clrType); 230if (_surrogateProvider == null) 237Type dcType = DataContractSurrogateCaller.GetDataContractType(_surrogateProvider, type); 270if (_surrogateProvider != null) 272Type dcType = DataContractSurrogateCaller.GetDataContractType(_surrogateProvider, dataMemberType);