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