5 references to GlobalAttributes
System.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
514schemaAttribute = schemas.GlobalAttributes[attName] as XmlSchemaAttribute;
System\Xml\Schema\XmlSchemaSet.cs (3)
1040GlobalAttributes.Clear(); 1104foreach (XmlSchemaAttribute attribute in otherSet.GlobalAttributes.Values) { 1137foreach (XmlSchemaAttribute attributeToRemove in otherSet.GlobalAttributes.Values) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
107sa = schemas.GlobalAttributes[name] as XmlSchemaAttribute;