6 writes to _eventHandler
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
100
_eventHandler
= _internalEventHandler;
135
_eventHandler
-= _internalEventHandler;
136
_eventHandler
+= value;
137
_eventHandler
??= _internalEventHandler;
141
_eventHandler
-= value;
142
_eventHandler
??= _internalEventHandler;
9 references to _eventHandler
System.Private.Xml (9)
System\Xml\Schema\XmlSchemaSet.cs (9)
498
Compiler compiler = new Compiler(_nameTable,
_eventHandler
, _schemaForSchema, _compilationSettings);
543
newCompiledInfo.Add(_cachedCompiledInfo,
_eventHandler
); //Add all the items from the old to the new compiled object
1074
Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable),
_eventHandler
, _compilationSettings);
1088
Parser parser = new Parser(SchemaType.XSD, readerNameTable, schemaNames,
_eventHandler
);
1156
newCompiledInfo.Add(_cachedCompiledInfo,
_eventHandler
); //Add all the items from the old to the new compiled object
1157
newCompiledInfo.Add(otherSet.CompiledInfo,
_eventHandler
);
1223
return
_eventHandler
;
1457
if (
_eventHandler
!= null)
1459
_eventHandler
(this, new ValidationEventArgs(e, severity));