3 writes to _rootType
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
221_rootType = type; 281_rootType = type; 655serializers[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); 643TempAssembly.VerifyLoadContext(serializers[i]!._rootType, type!.Assembly);