23 references to Attributes
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
921HandleAttributes(ccRestriction.Attributes, table, isBase); 925HandleAttributes(ccRestriction.Attributes, table, isBase);
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
480dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
258contentRestriction.Attributes.Add(instanceId); 259contentRestriction.Attributes.Add(sequenceId); 260contentRestriction.Attributes.Add(messageNumber);
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3626global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 10016global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;
System.Xml (15)
System\Xml\Schema\Preprocessor.cs (1)
1500PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
279CleanupAttributes(complexRestriction.Attributes); 806CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1186PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
System\Xml\Schema\SchemaSetCompiler.cs (2)
267CleanupAttributes(complexRestriction.Attributes); 859CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
System\Xml\Schema\XmlSchemaComplexType.cs (1)
403newComplexRest.SetAttributes(CloneAttributes(complexRest.Attributes));
System\Xml\Schema\XsdBuilder.cs (2)
2164this.complexContentRestriction.Attributes.Add(value); 2199(complexContentRestriction.Attributes.Count != 0 || complexContentRestriction.AnyAttribute != null)
System\Xml\Serialization\ImportContext.cs (1)
300attributes = ((XmlSchemaComplexContentRestriction)content).Attributes;
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1046WriteSortedItems(o.Attributes);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
225restriction.Attributes.Add(attr);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
428for (int i = 0; i < restriction.Attributes.Count; i++) { 429XmlSchemaAttribute attribute = restriction.Attributes[i] as XmlSchemaAttribute;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
612attributes = ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Attributes;