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)
86if (!ReferenceEquals(_rootType, type)) 98public Type ObjectType => _rootType;