3 writes to ValidationSkipped
System.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
820
context.
ValidationSkipped
= true;
1302
context.
ValidationSkipped
= false;
1323
context.
ValidationSkipped
= true;
2 references to ValidationSkipped
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
986
return (processContents == XmlSchemaContentProcessing.Strict || processContents == XmlSchemaContentProcessing.Lax) && context.ElementDecl != null && !context.
ValidationSkipped
;
1322
if (previousContext.
ValidationSkipped
) {