2 writes to _namespaces
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaObject.cs (2)
51
get =>
_namespaces
??= new XmlSerializerNamespaces();
52
set =>
_namespaces
= value;