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