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