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);
236
if (
_surrogateProvider
== null)
243
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, type);
276
if (
_surrogateProvider
!= null)
278
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, dataMemberType);