3 writes to schemas
System.Xml (3)
System\Xml\Core\XmlReaderSettings.cs (3)
327
schemas
= new XmlSchemaSet();
333
schemas
= value;
532
schemas
= null;
2 references to schemas
System.Xml (2)
System\Xml\Core\XmlReaderSettings.cs (2)
326
if (
schemas
== null) {
329
return
schemas
;