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