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)
26
for (XmlSchemaObject? current =
_node
; current != null; current = current.Parent)
41
for (XmlSchemaObject? current =
_node
; current != null; current = current.Parent)