5 references to GlobalAttributes
System.Private.Xml (4)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
568schemaAttribute = _schemas.GlobalAttributes[attName] as XmlSchemaAttribute;
System\Xml\Schema\XmlSchemaSet.cs (3)
1066GlobalAttributes.Clear(); 1140foreach (XmlSchemaAttribute? attribute in otherSet.GlobalAttributes.Values) 1183foreach (XmlSchemaAttribute? attributeToRemove in otherSet.GlobalAttributes.Values)
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
132saCopy = schemas.GlobalAttributes[name] as XmlSchemaAttribute;