18 references to Attributes
System.Xml (18)
System\Xml\Schema\BaseProcessor.cs (1)
92XmlSchemaObject builtInAttribute = schemaForXmlNS.Attributes[qname];
System\Xml\Schema\Preprocessor.cs (4)
162schema.Attributes.Clear(); 642AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 693foreach (XmlSchemaAttribute attribute in includedSchema.Attributes.Values) { 694AddToTable(schema.Attributes, attribute.QualifiedName, attribute);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
72foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 149schema.Attributes.Clear(); 184foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 220foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 1638XmlSchemaAttribute a = (XmlSchemaAttribute)this.schema.Attributes[xa.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
98schema.Attributes.Clear(); 419foreach (XmlSchemaAttribute attribute in includedSchema.Attributes.Values) { 420AddToTable(schema.Attributes, attribute.QualifiedName, attribute); 444AddToTable(schema.Attributes, attribute.QualifiedName, attribute);
System\Xml\Schema\SchemaSetCompiler.cs (1)
59foreach (XmlSchemaAttribute attribute in schema.Attributes.Values) {
System\Xml\Schema\XmlSchemaSet.cs (2)
1282foreach (XmlSchemaAttribute attributeToRemove in schema.Attributes.Values) { 1317XmlSchemaObject builtInAttribute = schemaForXmlNS.Attributes[qname];
System\Xml\Serialization\XmlSchemas.cs (1)
306ret = schema.Attributes[name];