1 write to startNode
System.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
93
startNode
= nodeToValidate;
4 references to startNode
System.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
163
XmlNode node =
startNode
;
205
namespaceName =
startNode
.GetNamespaceOfPrefixStrict(prefix);
213
prefix =
startNode
.GetPrefixOfNamespaceStrict(namespaceName);
220
if ((object)
startNode
== (object)document) {