1 write to SchemaInfo
System.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
328node.SchemaInfo = schemaInfo;
2 references to SchemaInfo
System.Xml (2)
System\Xml\Schema\AutoValidator.cs (1)
56SchemaInfo schemaInfo = node.SchemaInfo;
System\Xml\Schema\XmlSchemaCollection.cs (1)
290return (node != null) ? node.SchemaInfo : null;