1 write to _rootType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
587
_rootType
= type;
7 references to _rootType
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (7)
191
_rootContract = DataContract.GetDataContract(
_rootType
);
420
return
_rootType
;
425
return (graph == null) ?
_rootType
: graph.GetType();
462
if (contract.IsPrimitive && object.ReferenceEquals(contract.UnderlyingType,
_rootType
))// handle Nullable<T> differently
468
return context.InternalDeserialize(xmlReader,
_rootType
, contract, null, null);
573
[MemberNotNull(nameof(
_rootType
))]
611
[MemberNotNull(nameof(
_rootType
))]