15 instantiations of ValidationEventArgs
System.Xml (15)
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
58eventHandler(reader, new ValidationEventArgs((XmlSchemaException)exception, severity));
System\Xml\Schema\BaseProcessor.cs (2)
219eventHandler(null, new ValidationEventArgs(e, severity)); 231eventHandler(null, new ValidationEventArgs(e, severity));
System\Xml\Schema\BaseValidator.cs (1)
245eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\SchemaInfo.cs (1)
288eventhandler(this, new ValidationEventArgs(new XmlSchemaException(Res.Sch_MixSchemaTypes, string.Empty)));
System\Xml\Schema\XdrBuilder.cs (1)
1581validationEventHandler(this, new ValidationEventArgs(e, severity));
System\Xml\Schema\XdrValidator.cs (2)
496eventhandler(sender, new ValidationEventArgs(e)); 513eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchema.cs (1)
112validationEventHandler(null, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchemaCollection.cs (1)
352validationEventHandler(this, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchemaSet.cs (1)
1360eventHandler(this, new ValidationEventArgs(e, severity));
System\Xml\Schema\XmlSchemaValidator.cs (3)
2375eventHandler(validationEventSender, new ValidationEventArgs(e, severity)); 2382eventHandler(validationEventSender, new ValidationEventArgs(e, severity)); 2388eventHandler(sender, new ValidationEventArgs(e, severity));
System\Xml\Schema\XsdBuilder.cs (1)
2340validationEventHandler(null, new ValidationEventArgs(e, severity));
30 references to ValidationEventArgs
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
300internal void OnSchemaValidationEvent(object sender, System.Xml.Schema.ValidationEventArgs e)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3569private void XsdValidationCallBack(object sender, ValidationEventArgs args)
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
408ValidationEventHandler handler = delegate(object sender, System.Xml.Schema.ValidationEventArgs e)
System.ServiceModel (4)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1327delegate(object sender, ValidationEventArgs args)
System\ServiceModel\Description\MessageContractImporter.cs (1)
1845compileValidationEventHandler = new ValidationEventHandler(delegate(object sender, ValidationEventArgs args)
System\ServiceModel\Description\SchemaHelper.cs (2)
130ValidationEventHandler validationEventHandler = new ValidationEventHandler(delegate(object sender, ValidationEventArgs args) 140static internal void HandleSchemaValidationError(object sender, ValidationEventArgs args, Collection<MetadataConversionError> errors)
System.Web.Services (3)
System\Web\Services\Description\SchemaCompiler.cs (1)
158private static void ValidationCallbackWithErrorCode (object sender, ValidationEventArgs args) {
System\Web\Services\Description\ServiceDescription.cs (1)
61private static void InstanceValidation (object sender, ValidationEventArgs args) {
System\Web\Services\Description\WebReferenceOptions.cs (1)
155private static void SchemaValidationHandler(object sender, ValidationEventArgs args) {
System.Workflow.Runtime (11)
Tracking\TrackingProfileDeserializationException.cs (5)
21private List<ValidationEventArgs> _args = new List<ValidationEventArgs>(); 43_args = (List<ValidationEventArgs>)info.GetValue("__TrackingProfileDeserializationException_args__", typeof(List<ValidationEventArgs>)); 57public IList<ValidationEventArgs> ValidationEventArgs
Tracking\TrackingProfileSerializer.cs (6)
46List<ValidationEventArgs> _vArgs = new List<ValidationEventArgs>(); 65_vArgs = new List<ValidationEventArgs>(); 117_vArgs = new List<ValidationEventArgs>(); 136foreach (ValidationEventArgs arg in _vArgs) 847private void ValidationCallBack(object sender, ValidationEventArgs e)
System.Xml (8)
System\Xml\Dom\DocumentSchemaValidator.cs (2)
690private void TypeFinderCallBack(object sender, ValidationEventArgs arg) { 696private void InternalValidationCallBack(object sender, ValidationEventArgs arg) {
System\Xml\Schema\ValidationEventHandler.cs (1)
12public delegate void ValidationEventHandler( object sender, ValidationEventArgs e );
System\Xml\Schema\XmlSchemaSet.cs (1)
1352private void InternalValidationCallback(object sender, ValidationEventArgs e ) {
System\Xml\Serialization\Mappings.cs (1)
1068internal static void ValidationCallbackWithErrorCode(object sender, ValidationEventArgs args) {
System\Xml\Serialization\XmlReflectionImporter.cs (1)
510internal static void ValidationCallbackWithErrorCode (object sender, ValidationEventArgs args) {
System\Xml\Serialization\XmlSchemas.cs (1)
680internal static void IgnoreCompileErrors(object sender, ValidationEventArgs args) {
System\Xml\XPath\XPathNavigator.cs (1)
961internal void ValidationCallback( object sender, ValidationEventArgs args ) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
301void ValidationCallback(object sender, ValidationEventArgs e) {