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)
498Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings); 543newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1074Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings); 1088Parser parser = new Parser(SchemaType.XSD, readerNameTable, schemaNames, _eventHandler); 1156newCompiledInfo.Add(_cachedCompiledInfo, _eventHandler); //Add all the items from the old to the new compiled object 1157newCompiledInfo.Add(otherSet.CompiledInfo, _eventHandler); 1223return _eventHandler; 1457if (_eventHandler != null) 1459_eventHandler(this, new ValidationEventArgs(e, severity));