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