1 write to _rootType
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (1)
108
_rootType
= type;
6 references to _rootType
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSerializer.cs (6)
216
_rootContract = DataContract.GetDataContract((_serializationSurrogateProvider == null) ?
_rootType
: GetSurrogatedType(_serializationSurrogateProvider,
_rootType
));
431
if (contract.IsPrimitive && object.ReferenceEquals(contract.UnderlyingType,
_rootType
) /*handle Nullable<T> differently*/)
443
return context.InternalDeserialize(xmlReader,
_rootType
, contract, null, null);
453
return (graph == null) ?
_rootType
: graph.GetType();
458
return
_rootType
;