8 references to GlobalElements
System.Private.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
108partialValidationType = _schemas.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc
System\Xml\Schema\Inference\Infer.cs (1)
198foreach (XmlSchemaElement? elem in schemas.GlobalElements.Values)
System\Xml\Schema\XmlSchemaSet.cs (3)
1065GlobalElements.Clear(); 1133foreach (XmlSchemaElement? element in otherSet.GlobalElements.Values) 1175foreach (XmlSchemaElement? elementToRemove in otherSet.GlobalElements.Values)
System\Xml\Schema\XmlSchemaValidator.cs (1)
945ICollection elements = _schemaSet.GlobalElements.Values;
System\Xml\Serialization\Mappings.cs (1)
1228elements = Schemas.GlobalElements;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
146seCopy = schemas.GlobalElements[name] as XmlSchemaElement;