3 writes to _isRoot
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
234
_isRoot
= true;
475
_isRoot
= false;
1152
_isRoot
= false;
3 references to _isRoot
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
473
if (
_isRoot
)
1150
if (
_isRoot
)
1609
if (
_isRoot
&& _partialValidationType != null)