6 writes to _eventHandler
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
88
_eventHandler
= _internalEventHandler;
123
_eventHandler
-= _internalEventHandler;
124
_eventHandler
+= value;
125
_eventHandler
??= _internalEventHandler;
129
_eventHandler
-= value;
130
_eventHandler
??= _internalEventHandler;
9 references to _eventHandler
System.Private.Xml (9)
System\Xml\Schema\XmlSchemaSet.cs (9)
486
Compiler compiler = new Compiler(_nameTable,
_eventHandler
, _schemaForSchema, _compilationSettings);
531
newCompiledInfo.Add(_cachedCompiledInfo,
_eventHandler
); //Add all the items from the old to the new compiled object
1062
Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable),
_eventHandler
, _compilationSettings);
1076
Parser parser = new Parser(SchemaType.XSD, readerNameTable, schemaNames,
_eventHandler
);
1144
newCompiledInfo.Add(_cachedCompiledInfo,
_eventHandler
); //Add all the items from the old to the new compiled object
1145
newCompiledInfo.Add(otherSet.CompiledInfo,
_eventHandler
);
1211
return
_eventHandler
;
1445
if (
_eventHandler
!= null)
1447
_eventHandler
(this, new ValidationEventArgs(e, severity));