2 writes to schemas
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (2)
319
schemas
= new XmlSchemaSet(NameTable);
325
schemas
= value;
5 references to schemas
System.Xml (5)
System\Xml\Dom\XmlDocument.cs (5)
318
if (
schemas
== null) {
321
return
schemas
;
1249
if (this.
schemas
== null || this.
schemas
.Count == 0) { //Should we error
1259
DocumentSchemaValidator validator = new DocumentSchemaValidator(this,
schemas
, validationEventHandler);