3 writes to _isRoot
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
237
_isRoot
= true;
504
_isRoot
= false;
1182
_isRoot
= false;
3 references to _isRoot
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
502
if (
_isRoot
)
1180
if (
_isRoot
)
1625
if (
_isRoot
&& _partialValidationType != null)