3 writes to _schemaSet
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemas.cs (3)
70_schemaSet = new XmlSchemaSet(); 162_schemaSet = null; 631_schemaSet = new XmlSchemaSet();
15 references to _schemaSet
System.Private.Xml (15)
System\Xml\Serialization\XmlSchemas.cs (15)
68if (_schemaSet == null) 71_schemaSet.XmlResolver = null; 72_schemaSet.ValidationEventHandler += new ValidationEventHandler(IgnoreCompileErrors); 74return _schemaSet; 632_schemaSet.XmlResolver = null; 633_schemaSet.ValidationEventHandler += handler; 636_schemaSet.Add(s); 637int schemaCount = _schemaSet.Count; 643_schemaSet.Add(s); 651_schemaSet.Add(XsdSchema); 658_schemaSet.Add(XmlSchema); 661_schemaSet.Compile(); 662_schemaSet.ValidationEventHandler -= handler; 663_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;