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