10 references to XmlSchemaInfo
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
374XmlSchemaInfo schemaInfo = new XmlSchemaInfo();
System.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (2)
31attributeSchemaInfo = new XmlSchemaInfo(); 157xmlSchemaInfo = new XmlSchemaInfo();
System\Xml\Dom\DocumentSchemaValidator.cs (3)
151schemaInfo = new XmlSchemaInfo(); 153attributeSchemaInfo = new XmlSchemaInfo(); 525schemaInfo = new XmlSchemaInfo();
System\Xml\Schema\XmlSchemaInfo.cs (1)
28internal XmlSchemaInfo(XmlSchemaValidity validity) : this() {
System.Xml.Linq (3)
System\Xml\Linq\XNodeValidator.cs (3)
79XmlSchemaInfo si = new XmlSchemaInfo(); 204XmlSchemaInfo si = addSchemaInfo ? new XmlSchemaInfo() : null; 248XmlSchemaInfo si = addSchemaInfo ? new XmlSchemaInfo() : null;