3 writes to _schemaSet
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
114_schemaSet = new XmlSchemaSet(); 258_schemaSet = null; 742_schemaSet = new XmlSchemaSet();
15 references to _schemaSet
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (15)
112if (_schemaSet == null) 115_schemaSet.XmlResolver = null; 116_schemaSet.ValidationEventHandler += new ValidationEventHandler(IgnoreCompileErrors); 118return _schemaSet; 743_schemaSet.XmlResolver = null; 744_schemaSet.ValidationEventHandler += handler; 747_schemaSet.Add(s); 748int schemaCount = _schemaSet.Count; 754_schemaSet.Add(s); 762_schemaSet.Add(XsdSchema); 769_schemaSet.Add(XmlSchema); 772_schemaSet.Compile(); 773_schemaSet.ValidationEventHandler -= handler; 774_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.Count;