97 references to Values
dotnet-svcutil-lib (97)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (3)
221foreach (XmlSchemaElement elem in schemas.GlobalElements.Values) 310searchCollectionPrimary = compiledAttributes.Values; 1320sourceCollection = ct.AttributeUses.Values;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (6)
819foreach (XmlSchemaElement element in includedSchema.Elements.Values) 824foreach (XmlSchemaAttribute attribute in includedSchema.Attributes.Values) 829foreach (XmlSchemaGroup group in includedSchema.Groups.Values) 834foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) 839foreach (XmlSchemaType type in includedSchema.SchemaTypes.Values) 844foreach (XmlSchemaNotation notation in includedSchema.Notations.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (29)
41foreach (XmlSchemaElement element in _schema.Elements.Values) 61foreach (XmlSchemaGroup group in _schema.Groups.Values) 65foreach (XmlSchemaAttributeGroup attributeGroup in _schema.AttributeGroups.Values) 69foreach (XmlSchemaType type in _schema.SchemaTypes.Values) 80foreach (XmlSchemaElement element in _schema.Elements.Values) 84foreach (XmlSchemaAttribute attribute in _schema.Attributes.Values) 194foreach (XmlSchemaSubstitutionGroupV1Compat substitutionGroup in _examplars.Values) 198foreach (XmlSchemaGroup group in _schema.Groups.Values) 202foreach (XmlSchemaAttributeGroup attributeGroup in _schema.AttributeGroups.Values) 206foreach (XmlSchemaType type in _schema.SchemaTypes.Values) 217foreach (XmlSchemaElement element in _schema.Elements.Values) 224foreach (XmlSchemaAttribute attribute in _schema.Attributes.Values) 231foreach (XmlSchemaIdentityConstraint identityConstraint in _schema.IdentityConstraints.Values) 243foreach (XmlSchemaType type in _schema.SchemaTypes.Values) 250foreach (XmlSchemaElement element in _schema.Elements.Values) 257foreach (XmlSchemaSubstitutionGroup substitutionGroup in _examplars.Values) 267foreach (XmlSchemaElement element in _schema.Elements.Values) 272foreach (XmlSchemaAttribute attribute in _schema.Attributes.Values) 277foreach (XmlSchemaType type in _schema.SchemaTypes.Values) 286foreach (XmlSchemaNotation notation in _schema.Notations.Values) 743foreach (XmlSchemaAttribute attribute in complexType.AttributeUses.Values) 768foreach (XmlSchemaAttribute attribute in complexType.AttributeUses.Values) 1762foreach (XmlSchemaAttribute attributeValue in attributeGroupResolved.AttributeUses.Values) 1821foreach (XmlSchemaAttribute attributeValue in attributeGroup.AttributeUses.Values) 1855foreach (XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) 1885foreach (XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) 1920foreach (XmlSchemaAttribute attribute in derivedType.AttributeUses.Values) 1957foreach (XmlSchemaAttribute attribute in attributeUses.Values) 1988foreach (XmlSchemaAttribute attribute in attributeUses.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (6)
507foreach (XmlSchemaElement element in includedSchema.Elements.Values) 511foreach (XmlSchemaAttribute attribute in includedSchema.Attributes.Values) 515foreach (XmlSchemaGroup group in includedSchema.Groups.Values) 519foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.AttributeGroups.Values) 523foreach (XmlSchemaType type in includedSchema.SchemaTypes.Values) 527foreach (XmlSchemaNotation notation in includedSchema.Notations.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (34)
58foreach (XmlSchemaElement element in schema.Elements.Values) 66foreach (XmlSchemaAttribute attribute in schema.Attributes.Values) 74foreach (XmlSchemaGroup group in schema.Groups.Values) 82foreach (XmlSchemaAttributeGroup attributeGroup in schema.AttributeGroups.Values) 90foreach (XmlSchemaType type in schema.SchemaTypes.Values) 106foreach (XmlSchemaNotation notation in schema.Notations.Values) 110foreach (XmlSchemaIdentityConstraint ic in schema.IdentityConstraints.Values) 143foreach (XmlSchemaElement element in _elements.Values) 147foreach (XmlSchemaAttribute attribute in _attributes.Values) 151foreach (XmlSchemaType type in _schemaTypes.Values) 155foreach (XmlSchemaNotation notation in _notations.Values) 191foreach (XmlSchemaGroup group in _groups.Values) 195foreach (XmlSchemaAttributeGroup attributeGroup in _attributeGroups.Values) 199foreach (XmlSchemaType type in _schemaTypes.Values) 211foreach (XmlSchemaElement element in _elements.Values) 218foreach (XmlSchemaAttribute attribute in _attributes.Values) 225foreach (XmlSchemaIdentityConstraint identityConstraint in _identityConstraints.Values) 240foreach (XmlSchemaType type in _schemaTypes.Values) 249foreach (XmlSchemaElement element in _elements.Values) 257foreach (XmlSchemaGroup group in _groups.Values) 266foreach (XmlSchemaAttributeGroup attributeGroup in _attributeGroups.Values) 435foreach (XmlSchemaElement element in _elements.Values) 468foreach (XmlSchemaSubstitutionGroup substitutionGroup in _examplars.Values) 840foreach (XmlSchemaAttribute attribute in complexType.AttributeUses.Values) 1141foreach (XmlSchemaElement localElement in complexType.LocalElements.Values) 2101foreach (XmlSchemaAttribute attribute in attributeGroupResolved.AttributeUses.Values) 2164foreach (XmlSchemaAttribute attribute in attributeGroup.AttributeUses.Values) 2198foreach (XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) 2228foreach (XmlSchemaAttribute attributeBase in baseType.AttributeUses.Values) 2271foreach (XmlSchemaAttribute attribute in derivedType.AttributeUses.Values) 2310foreach (XmlSchemaAttribute attributeBase in baseAttributeGroup.AttributeUses.Values) 2342foreach (XmlSchemaAttribute attribute in derivedAttributeGroup.AttributeUses.Values) 2362foreach (XmlSchemaAttribute attribute in attributeUses.Values) 2393foreach (XmlSchemaAttribute attribute in attributeUses.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
388foreach (XmlSchemaAttribute attribute in this.AttributeUses.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (10)
1106foreach (XmlSchemaSubstitutionGroup substGroup in substitutionGroupsTable.Values) 1290foreach (XmlSchemaElement element in otherSet.GlobalElements.Values) 1297foreach (XmlSchemaAttribute attribute in otherSet.GlobalAttributes.Values) 1304foreach (XmlSchemaType schemaType in otherSet.GlobalTypes.Values) 1332foreach (XmlSchemaElement elementToRemove in otherSet.GlobalElements.Values) 1339foreach (XmlSchemaAttribute attributeToRemove in otherSet.GlobalAttributes.Values) 1346foreach (XmlSchemaType schemaTypeToRemove in otherSet.GlobalTypes.Values) 1518foreach (XmlSchemaElement elementToRemove in schema.Elements.Values) 1526foreach (XmlSchemaAttribute attributeToRemove in schema.Attributes.Values) 1534foreach (XmlSchemaType schemaTypeToRemove in schema.SchemaTypes.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
993ICollection elements = _schemaSet.GlobalElements.Values;
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1302foreach (XmlSchemaElement e in elements.Values)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
234foreach (object item in schema.SchemaTypes.Values)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
512foreach (object item in schema.SchemaTypes.Values)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (4)
85foreach (XmlSchemaObject typeObj in schema.SchemaTypes.Values) 89foreach (XmlSchemaElement element in schema.Elements.Values) 252foreach (XmlSchemaObject schemaObj in schema.SchemaTypes.Values) 291foreach (XmlSchemaObject schemaObj in schema.Elements.Values)