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)
217
if (
_surrogateProvider
!= null)
219
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, clrType);
229
if (
_surrogateProvider
== null)
236
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, type);
269
if (
_surrogateProvider
!= null)
271
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, dataMemberType);