2 writes to _rootType
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
35
_rootType
= type;
88
_rootType
= type;
2 references to _rootType
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (2)
86
if (!ReferenceEquals(
_rootType
, type))
98
public Type ObjectType =>
_rootType
;