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)
310
eventhandler(sender, new
ValidationEventArgs
(e));
System\Xml\Schema\SchemaInfo.cs (1)
296
eventhandler?.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)
608
eventhandler(sender, new
ValidationEventArgs
(e));
627
eventhandler(sender, new
ValidationEventArgs
(e));
System\Xml\Schema\XmlSchema.cs (1)
84
validationEventHandler(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));
2882
eventHandler(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)
36
public 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)
776
private void TypeFinderCallBack(object? sender,
ValidationEventArgs
arg)
784
private void InternalValidationCallBack(object? sender,
ValidationEventArgs
arg)
System\Xml\Schema\ValidationEventHandler.cs (1)
6
public delegate void ValidationEventHandler(object? sender,
ValidationEventArgs
e);
System\Xml\Schema\XmlSchemaSet.cs (1)
1447
private void InternalValidationCallback(object? sender,
ValidationEventArgs
e)
System\Xml\Serialization\Mappings.cs (1)
1204
internal static void ValidationCallbackWithErrorCode(object? sender,
ValidationEventArgs
args)
System\Xml\Serialization\XmlSchemas.cs (1)
716
internal static void IgnoreCompileErrors(object? sender,
ValidationEventArgs
args)
System\Xml\XPath\XPathNavigator.cs (1)
1089
internal void ValidationCallback(object? sender,
ValidationEventArgs
args)
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
363
private 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
))]