92 references to Values
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\SchemaImporter.cs (4)
81foreach (XmlSchemaObject typeObj in schema.SchemaTypes.Values) 85foreach (XmlSchemaElement element in schema.Elements.Values) 252foreach (XmlSchemaObject schemaObj in schema.SchemaTypes.Values) 287foreach (XmlSchemaObject schemaObj in schema.Elements.Values)
System.Private.Xml (88)
System\Xml\Schema\Inference\Infer.cs (3)
198foreach (XmlSchemaElement? elem in schemas.GlobalElements.Values) 288searchCollectionPrimary = compiledAttributes.Values; 1297sourceCollection = ct.AttributeUses.Values;
System\Xml\Schema\Preprocessor.cs (6)
786foreach (XmlSchemaElement? element in includedSchema.Elements.Values) 791foreach (XmlSchemaAttribute? attribute in includedSchema.Attributes.Values) 796foreach (XmlSchemaGroup? group in includedSchema.Groups.Values) 801foreach (XmlSchemaAttributeGroup? attributeGroup in includedSchema.AttributeGroups.Values) 806foreach (XmlSchemaType? type in includedSchema.SchemaTypes.Values) 811foreach (XmlSchemaNotation? notation in includedSchema.Notations.Values)
System\Xml\Schema\SchemaCollectionCompiler.cs (27)
41foreach (XmlSchemaElement? element in _schema!.Elements.Values) 62foreach (XmlSchemaGroup? group in _schema!.Groups.Values) 67foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.AttributeGroups.Values) 72foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 84foreach (XmlSchemaElement? element in _schema.Elements.Values) 89foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 199foreach (XmlSchemaSubstitutionGroupV1Compat? substitutionGroup in _examplars.Values) 204foreach (XmlSchemaGroup? group in _schema.Groups.Values) 209foreach (XmlSchemaAttributeGroup? attributeGroup in _schema.AttributeGroups.Values) 214foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 225foreach (XmlSchemaElement? element in _schema.Elements.Values) 233foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 241foreach (XmlSchemaIdentityConstraint? identityConstraint in _schema.IdentityConstraints.Values) 255foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 263foreach (XmlSchemaElement? element in _schema.Elements.Values) 271foreach (XmlSchemaSubstitutionGroup? substitutionGroup in _examplars.Values) 281foreach (XmlSchemaElement? element in _schema!.Elements.Values) 287foreach (XmlSchemaAttribute? attribute in _schema.Attributes.Values) 293foreach (XmlSchemaType? type in _schema.SchemaTypes.Values) 302foreach (XmlSchemaNotation? notation in _schema.Notations.Values) 752foreach (XmlSchemaAttribute? attribute in complexType.AttributeUses.Values) 777foreach (XmlSchemaAttribute? attribute in complexType.AttributeUses.Values) 1760foreach (XmlSchemaAttribute? attributeValue in attributeGroupResolved.AttributeUses.Values) 1820foreach (XmlSchemaAttribute? attributeValue in attributeGroup.AttributeUses.Values) 1854foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 1884foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 1909foreach (XmlSchemaAttribute? attribute in derivedType.AttributeUses.Values)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
501foreach (XmlSchemaElement? element in includedSchema.Elements.Values) 506foreach (XmlSchemaAttribute? attribute in includedSchema.Attributes.Values) 511foreach (XmlSchemaGroup? group in includedSchema.Groups.Values) 516foreach (XmlSchemaAttributeGroup? attributeGroup in includedSchema.AttributeGroups.Values) 521foreach (XmlSchemaType? type in includedSchema.SchemaTypes.Values) 526foreach (XmlSchemaNotation? notation in includedSchema.Notations.Values)
System\Xml\Schema\SchemaSetCompiler.cs (32)
57foreach (XmlSchemaElement? element in schema.Elements.Values) 67foreach (XmlSchemaAttribute? attribute in schema.Attributes.Values) 77foreach (XmlSchemaGroup? group in schema.Groups.Values) 87foreach (XmlSchemaAttributeGroup? attributeGroup in schema.AttributeGroups.Values) 97foreach (XmlSchemaType? type in schema.SchemaTypes.Values) 115foreach (XmlSchemaNotation? notation in schema.Notations.Values) 120foreach (XmlSchemaIdentityConstraint? ic in schema.IdentityConstraints.Values) 150foreach (XmlSchemaElement? element in _elements.Values) 155foreach (XmlSchemaAttribute? attribute in _attributes.Values) 160foreach (XmlSchemaType? type in _schemaTypes.Values) 165foreach (XmlSchemaNotation? notation in _notations.Values) 198foreach (XmlSchemaGroup? group in _groups.Values) 203foreach (XmlSchemaAttributeGroup? attributeGroup in _attributeGroups.Values) 208foreach (XmlSchemaType? type in _schemaTypes.Values) 221foreach (XmlSchemaElement? element in _elements.Values) 229foreach (XmlSchemaAttribute? attribute in _attributes.Values) 237foreach (XmlSchemaIdentityConstraint? identityConstraint in _identityConstraints.Values) 253foreach (XmlSchemaType? type in _schemaTypes.Values) 262foreach (XmlSchemaElement? element in _elements.Values) 271foreach (XmlSchemaGroup? group in _groups.Values) 280foreach (XmlSchemaAttributeGroup? attributeGroup in _attributeGroups.Values) 449foreach (XmlSchemaElement? element in _elements.Values) 484foreach (XmlSchemaSubstitutionGroup? substitutionGroup in _examplars.Values) 853foreach (XmlSchemaAttribute? attribute in complexType.AttributeUses.Values) 1147foreach (XmlSchemaElement? localElement in complexType.LocalElements.Values) 2116foreach (XmlSchemaAttribute? attribute in attributeGroupResolved.AttributeUses.Values) 2180foreach (XmlSchemaAttribute? attribute in attributeGroup.AttributeUses.Values) 2215foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 2245foreach (XmlSchemaAttribute? attributeBase in baseType.AttributeUses.Values) 2278foreach (XmlSchemaAttribute? attribute in derivedType.AttributeUses.Values) 2309foreach (XmlSchemaAttribute? attributeBase in baseAttributeGroup.AttributeUses.Values) 2341foreach (XmlSchemaAttribute? attribute in derivedAttributeGroup.AttributeUses.Values)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
298foreach (XmlSchemaAttribute? attribute in this.AttributeUses.Values)
System\Xml\Schema\XmlSchemaSet.cs (10)
954foreach (XmlSchemaSubstitutionGroup? substGroup in substitutionGroupsTable.Values) 1133foreach (XmlSchemaElement? element in otherSet.GlobalElements.Values) 1140foreach (XmlSchemaAttribute? attribute in otherSet.GlobalAttributes.Values) 1147foreach (XmlSchemaType? schemaType in otherSet.GlobalTypes.Values) 1175foreach (XmlSchemaElement? elementToRemove in otherSet.GlobalElements.Values) 1183foreach (XmlSchemaAttribute? attributeToRemove in otherSet.GlobalAttributes.Values) 1191foreach (XmlSchemaType? schemaTypeToRemove in otherSet.GlobalTypes.Values) 1353foreach (XmlSchemaElement? elementToRemove in schema.Elements.Values) 1362foreach (XmlSchemaAttribute? attributeToRemove in schema.Attributes.Values) 1371foreach (XmlSchemaType? schemaTypeToRemove in schema.SchemaTypes.Values)
System\Xml\Schema\XmlSchemaValidator.cs (1)
945ICollection elements = _schemaSet.GlobalElements.Values;
System\Xml\Serialization\Mappings.cs (1)
1234foreach (XmlSchemaElement e in elements.Values)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
383foreach (object item in schema.SchemaTypes.Values)