2 writes to Schemas
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
421document.Schemas = ServiceMapSchemaSet;
System.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
42doc.Schemas = reader.Settings.Schemas;
2 references to Schemas
System.Xml (2)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
679XmlSchemaValidator findTypeValidator = new XmlSchemaValidator(document.NameTable, document.Schemas, this.nsManager, XmlSchemaValidationFlags.None);
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1041schemas = ownerDocument.Schemas;