9 references to XmlSchemaInfo
System.Private.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (2)
28attributeSchemaInfo = new XmlSchemaInfo(); 148_xmlSchemaInfo = new XmlSchemaInfo();
System\Xml\Dom\DocumentSchemaValidator.cs (3)
161_schemaInfo ??= new XmlSchemaInfo(); 162_attributeSchemaInfo = new XmlSchemaInfo(); 579_schemaInfo = new XmlSchemaInfo();
System\Xml\Schema\XmlSchemaInfo.cs (1)
25internal XmlSchemaInfo(XmlSchemaValidity validity) : this()
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
91XmlSchemaInfo si = new XmlSchemaInfo(); 249XmlSchemaInfo? si = addSchemaInfo ? new XmlSchemaInfo() : null; 298XmlSchemaInfo? si = addSchemaInfo ? new XmlSchemaInfo() : null;