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)
486Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings); 531newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1062Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings); 1076Parser parser = new Parser(SchemaType.XSD, readerNameTable, schemaNames, _eventHandler); 1144newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1145newCompiledInfo.Add(otherSet.CompiledInfo, _eventHandler); 1211return _eventHandler; 1445if (_eventHandler != null) 1447_eventHandler(this, new ValidationEventArgs(e, severity));