1 write to addSchemaInfo
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
37this.addSchemaInfo = addSchemaInfo;
5 references to addSchemaInfo
System.Xml.Linq (5)
System\Xml\Linq\XNodeValidator.cs (5)
204XmlSchemaInfo si = addSchemaInfo ? new XmlSchemaInfo() : null; 207if (addSchemaInfo) { 225if (addSchemaInfo) { 248XmlSchemaInfo si = addSchemaInfo ? new XmlSchemaInfo() : null; 259if (addSchemaInfo) {