1 write to _node
System.Private.Xml (1)
System\Xml\Schema\SchemaNamespacemanager.cs (1)
17_node = node;
2 references to _node
System.Private.Xml (2)
System\Xml\Schema\SchemaNamespacemanager.cs (2)
26for (XmlSchemaObject? current = _node; current != null; current = current.Parent) 41for (XmlSchemaObject? current = _node; current != null; current = current.Parent)