11 references to GlobalElements
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (3)
141InvokeHandler(schemaSet.GlobalElements[name], context); 162InvokeHandler(schemaSet.GlobalElements[name], context); 743foreach (XmlSchemaElement derivedElement in context.schemaSet.GlobalElements.Values.OfType<XmlSchemaElement>().Where(e =>
System.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
107partialValidationType = schemas.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc
System\Xml\Schema\Inference\Infer.cs (1)
223foreach (XmlSchemaElement elem in schemas.GlobalElements.Values)
System\Xml\Schema\XmlSchemaSet.cs (3)
1039GlobalElements.Clear(); 1099foreach (XmlSchemaElement element in otherSet.GlobalElements.Values) { 1132foreach (XmlSchemaElement elementToRemove in otherSet.GlobalElements.Values) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
843ICollection elements = schemaSet.GlobalElements.Values;
System\Xml\Serialization\Mappings.cs (1)
1088elements = Schemas.GlobalElements;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
118se = schemas.GlobalElements[name] as XmlSchemaElement;