15 instantiations of ValidationEventArgs
System.Private.Xml (15)
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
58_eventHandler(_reader, new ValidationEventArgs((XmlSchemaException)exception, severity));
System\Xml\Schema\BaseProcessor.cs (2)
261_eventHandler(null, new ValidationEventArgs(e, severity)); 275_eventHandler?.Invoke(null, new ValidationEventArgs(e, severity));
System\Xml\Schema\BaseValidator.cs (1)
310eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\SchemaInfo.cs (1)
296eventhandler?.Invoke(this, new ValidationEventArgs(new XmlSchemaException(SR.Sch_MixSchemaTypes, string.Empty)));
System\Xml\Schema\XdrBuilder.cs (1)
1814_validationEventHandler(this, new ValidationEventArgs(e, severity));
System\Xml\Schema\XdrValidator.cs (2)
608eventhandler(sender, new ValidationEventArgs(e)); 627eventhandler(sender, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchema.cs (1)
84validationEventHandler(null, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchemaCollection.cs (1)
354_validationEventHandler(this, new ValidationEventArgs(e));
System\Xml\Schema\XmlSchemaSet.cs (1)
1459_eventHandler(this, new ValidationEventArgs(e, severity));
System\Xml\Schema\XmlSchemaValidator.cs (3)
2865_eventHandler(_validationEventSender, new ValidationEventArgs(e, severity)); 2874_eventHandler(_validationEventSender, new ValidationEventArgs(e, severity)); 2882eventHandler(sender, new ValidationEventArgs(e, severity));
System\Xml\Schema\XsdBuilder.cs (1)
2580_validationEventHandler(null, new ValidationEventArgs(e, severity));
12 references to ValidationEventArgs
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\xmlvalidationresults.cs (1)
36public void SchemaValidationEventHandler(object sender, System.Xml.Schema.ValidationEventArgs e)
netstandard (1)
netstandard.cs (1)
2294[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventArgs))]
System.Private.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (2)
776private void TypeFinderCallBack(object? sender, ValidationEventArgs arg) 784private void InternalValidationCallBack(object? sender, ValidationEventArgs arg)
System\Xml\Schema\ValidationEventHandler.cs (1)
6public delegate void ValidationEventHandler(object? sender, ValidationEventArgs e);
System\Xml\Schema\XmlSchemaSet.cs (1)
1447private void InternalValidationCallback(object? sender, ValidationEventArgs e)
System\Xml\Serialization\Mappings.cs (1)
1204internal static void ValidationCallbackWithErrorCode(object? sender, ValidationEventArgs args)
System\Xml\Serialization\XmlSchemas.cs (1)
716internal static void IgnoreCompileErrors(object? sender, ValidationEventArgs args)
System\Xml\XPath\XPathNavigator.cs (1)
1089internal void ValidationCallback(object? sender, ValidationEventArgs args)
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
363private void ValidationCallback(object? sender, ValidationEventArgs e)
System.Xml (1)
System.Xml.cs (1)
19[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventArgs))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
18[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.ValidationEventArgs))]