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