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