7 references to GlobalElements
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
114partialValidationType = _schemas.GlobalElements[schemaElement.QualifiedName]; //Get Global element with correct Nillable, Default etc
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
221foreach (XmlSchemaElement elem in schemas.GlobalElements.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
1221GlobalElements.Clear(); 1290foreach (XmlSchemaElement element in otherSet.GlobalElements.Values) 1332foreach (XmlSchemaElement elementToRemove in otherSet.GlobalElements.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
993ICollection elements = _schemaSet.GlobalElements.Values;
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1296elements = Schemas.GlobalElements;