3 writes to _rootType
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
221
_rootType
= type;
281
_rootType
= type;
654
serializers[i].
_rootType
= type;
2 references to _rootType
System.Private.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (2)
436
_mapping = GenerateXmlTypeMapping(
_rootType
!, null, null, null, DefaultNamespace);
642
TempAssembly.VerifyLoadContext(serializers[i]!.
_rootType
, type!.Assembly);