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