6 references to ValidationEventHandler
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
838xmlReaderSettings.ValidationEventHandler += results.SchemaValidationEventHandler; ;
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaAttribute.cs (1)
124readerSettings.ValidationEventHandler += valEventHandler;
System\Xml\Schema\XmlSchemaElement.cs (1)
200readerSettings.ValidationEventHandler += valEventHandler;
System\Xml\Schema\XmlSchemaType.cs (1)
214readerSettings.ValidationEventHandler += valEventHandler;
System\Xml\XPath\XPathNavigator.cs (1)
1072readerSettings.ValidationEventHandler += validationEvent;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
288readerSettings.ValidationEventHandler += new ValidationEventHandler(InstanceValidation);