1 write to Schema
System.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
329 node.Schema = schema;
2 references to Schema
System.Xml (2)
System\Xml\Schema\XmlSchemaCollection.cs (2)
201return (node != null) ? node.Schema : null; 437return n.Schema;