1 write to addSchemaInfo
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
43this.addSchemaInfo = addSchemaInfo;
5 references to addSchemaInfo
System.Private.Xml.Linq (5)
System\Xml\Schema\XNodeValidator.cs (5)
249XmlSchemaInfo? si = addSchemaInfo ? new XmlSchemaInfo() : null; 252if (addSchemaInfo) 275if (addSchemaInfo) 298XmlSchemaInfo? si = addSchemaInfo ? new XmlSchemaInfo() : null; 309if (addSchemaInfo)