2 writes to schemas
System.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (2)
53
this.
schemas
= schemas;
105
schemas
= new XmlSchemas();
2 references to schemas
System.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (2)
104
if (
schemas
== null)
106
return
schemas
;