3 writes to _schemaSet
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemas.cs (3)
70_schemaSet = new XmlSchemaSet(); 162_schemaSet = null; 636_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; 637_schemaSet.XmlResolver = null; 638_schemaSet.ValidationEventHandler += handler; 641_schemaSet.Add(s); 642int schemaCount = _schemaSet.Count; 648_schemaSet.Add(s); 656_schemaSet.Add(XsdSchema); 663_schemaSet.Add(XmlSchema); 666_schemaSet.Compile(); 667_schemaSet.ValidationEventHandler -= handler; 668_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;