1 write to _startNode
System.Private.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
91
_startNode
= nodeToValidate;
4 references to _startNode
System.Private.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
174
XmlNode? node =
_startNode
;
224
_startNode
!.GetNamespaceOfPrefixStrict(prefix);
228
_startNode
!.GetPrefixOfNamespaceStrict(namespaceName);
234
if ((object?)
_startNode
== (object?)_document)