6 writes to eventHandler
System.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
106
eventHandler
= internalEventHandler;
140
eventHandler
-= internalEventHandler;
141
eventHandler
+= value;
143
eventHandler
= internalEventHandler;
147
eventHandler
-= value;
149
eventHandler
= internalEventHandler;
11 references to eventHandler
System.Xml (11)
System\Xml\Schema\XmlSchemaSet.cs (11)
142
if (
eventHandler
== null) {
148
if (
eventHandler
== null) {
529
Compiler compiler = new Compiler(nameTable,
eventHandler
, schemaForSchema, compilationSettings);
569
newCompiledInfo.Add(cachedCompiledInfo,
eventHandler
); //Add all the items from the old to the new compiled object
1047
Preprocessor prep = new Preprocessor(nameTable, GetSchemaNames(nameTable),
eventHandler
, compilationSettings);
1060
Parser parser = new Parser(SchemaType.XSD, readerNameTable, schemaNames,
eventHandler
);
1117
newCompiledInfo.Add(cachedCompiledInfo,
eventHandler
); //Add all the items from the old to the new compiled object
1118
newCompiledInfo.Add(otherSet.CompiledInfo,
eventHandler
); //
1166
return
eventHandler
;
1359
if (
eventHandler
!= null) {
1360
eventHandler
(this, new ValidationEventArgs(e, severity));