6 references to GlobalTypes
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (1)
1011_schemaSet!.GlobalTypes[elem.SchemaTypeName] as XmlSchemaType ??
System\Xml\Schema\XmlSchemaSet.cs (3)
1055GlobalTypes.Clear(); 1135foreach (XmlSchemaType? schemaType in otherSet.GlobalTypes.Values) 1179foreach (XmlSchemaType? schemaTypeToRemove in otherSet.GlobalTypes.Values)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
172XmlSchemaObject? xso = Schemas.SchemaSet.GlobalTypes[typeName];
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (1)
326if (schemas.GlobalTypes[typeName] is not XmlSchemaComplexType { Particle: XmlSchemaSequence rootSequence } || rootSequence.Items.Count != 1)