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