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)
218
if (
_surrogateProvider
!= null)
220
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, clrType);
230
if (
_surrogateProvider
== null)
237
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, type);
270
if (
_surrogateProvider
!= null)
272
Type dcType = DataContractSurrogateCaller.GetDataContractType(
_surrogateProvider
, dataMemberType);