1 write to _rootType
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
596
_rootType
= type;
7 references to _rootType
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (7)
191
_rootContract = DataContract.GetDataContract(
_rootType
);
429
return
_rootType
;
434
return (graph == null) ?
_rootType
: graph.GetType();
471
if (contract.IsPrimitive && object.ReferenceEquals(contract.UnderlyingType,
_rootType
))// handle Nullable<T> differently
477
return context.InternalDeserialize(xmlReader,
_rootType
, contract, null, null);
582
[MemberNotNull(nameof(
_rootType
))]
620
[MemberNotNull(nameof(
_rootType
))]