6 references to ValidationEventArgs
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (1)
301
eventhandler(sender, new
ValidationEventArgs
(e));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (1)
346
eventhandler(this, new
ValidationEventArgs
(new XmlSchemaException(ResXml.Sch_MixSchemaTypes, string.Empty)));
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
607
eventhandler(sender, new
ValidationEventArgs
(e));
627
eventhandler(sender, new
ValidationEventArgs
(e));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
111
validationEventHandler(null, new
ValidationEventArgs
(e));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
403
_validationEventHandler(this, new
ValidationEventArgs
(e));