9 references to XmlSchemaInfo
System.Private.Xml (6)
System\Xml\Core\XsdValidatingReader.cs (2)
28
attributeSchemaInfo = 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)
25
internal XmlSchemaInfo(XmlSchemaValidity validity) :
this
()
System.Private.Xml.Linq (3)
System\Xml\Schema\XNodeValidator.cs (3)
91
XmlSchemaInfo si = new
XmlSchemaInfo
();
249
XmlSchemaInfo? si = addSchemaInfo ? new
XmlSchemaInfo
() : null;
298
XmlSchemaInfo? si = addSchemaInfo ? new
XmlSchemaInfo
() : null;