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