3 references to ReportValidationWarnings
System.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
2344if (severity != XmlSeverityType.Warning || ReportValidationWarnings) { 2362if (severity != XmlSeverityType.Warning || ReportValidationWarnings) { 2381else if (ReportValidationWarnings && eventHandler != null) {