18 references to Attributes
System.Private.Xml (18)
System\Xml\Schema\BaseProcessor.cs (1)
99
XmlSchemaObject? builtInAttribute = schemaForXmlNS.
Attributes
[qname];
System\Xml\Schema\Preprocessor.cs (4)
179
schema.
Attributes
.Clear();
735
AddToTable(schema.
Attributes
, attribute.QualifiedName, attribute);
791
foreach (XmlSchemaAttribute? attribute in includedSchema.
Attributes
.Values)
793
AddToTable(schema.
Attributes
, attribute!.QualifiedName, attribute);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
89
foreach (XmlSchemaAttribute? attribute in _schema.
Attributes
.Values)
185
schema.
Attributes
.Clear();
233
foreach (XmlSchemaAttribute? attribute in _schema.
Attributes
.Values)
287
foreach (XmlSchemaAttribute? attribute in _schema.
Attributes
.Values)
1989
XmlSchemaAttribute? a = (XmlSchemaAttribute?)_schema!.
Attributes
[xa.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
109
schema.
Attributes
.Clear();
506
foreach (XmlSchemaAttribute? attribute in includedSchema.
Attributes
.Values)
508
AddToTable(schema.
Attributes
, attribute!.QualifiedName, attribute);
542
AddToTable(schema.
Attributes
, attribute.QualifiedName, attribute);
System\Xml\Schema\SchemaSetCompiler.cs (1)
67
foreach (XmlSchemaAttribute? attribute in schema.
Attributes
.Values)
System\Xml\Schema\XmlSchemaSet.cs (2)
1362
foreach (XmlSchemaAttribute? attributeToRemove in schema.
Attributes
.Values)
1414
XmlSchemaObject builtInAttribute = schemaForXmlNS.
Attributes
[qname]!;
System\Xml\Serialization\XmlSchemas.cs (1)
252
ret = schema.
Attributes
[name];