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); 420return _rootType; 425return (graph == null) ? _rootType : graph.GetType(); 462if (contract.IsPrimitive && object.ReferenceEquals(contract.UnderlyingType, _rootType))// handle Nullable<T> differently 468return context.InternalDeserialize(xmlReader, _rootType, contract, null, null); 573[MemberNotNull(nameof(_rootType))] 611[MemberNotNull(nameof(_rootType))]