3 writes to _schemaSet
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemas.cs (3)
68_schemaSet = new XmlSchemaSet(); 160_schemaSet = null; 634_schemaSet = new XmlSchemaSet();
15 references to _schemaSet
System.Private.Xml (15)
System\Xml\Serialization\XmlSchemas.cs (15)
66if (_schemaSet == null) 69_schemaSet.XmlResolver = null; 70_schemaSet.ValidationEventHandler += new ValidationEventHandler(IgnoreCompileErrors); 72return _schemaSet; 635_schemaSet.XmlResolver = null; 636_schemaSet.ValidationEventHandler += handler; 639_schemaSet.Add(s); 640int schemaCount = _schemaSet.Count; 646_schemaSet.Add(s); 654_schemaSet.Add(XsdSchema); 661_schemaSet.Add(XmlSchema); 664_schemaSet.Compile(); 665_schemaSet.ValidationEventHandler -= handler; 666_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;