18 references to Attributes
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
113
XmlSchemaObject builtInAttribute = schemaForXmlNS.
Attributes
[qname];
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
186
schema.
Attributes
.Clear();
762
AddToTable(schema.
Attributes
, attribute.QualifiedName, attribute);
824
foreach (XmlSchemaAttribute attribute in includedSchema.
Attributes
.Values)
826
AddToTable(schema.
Attributes
, attribute.QualifiedName, attribute);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (5)
84
foreach (XmlSchemaAttribute attribute in _schema.
Attributes
.Values)
180
schema.
Attributes
.Clear();
224
foreach (XmlSchemaAttribute attribute in _schema.
Attributes
.Values)
272
foreach (XmlSchemaAttribute attribute in _schema.
Attributes
.Values)
2067
XmlSchemaAttribute a = (XmlSchemaAttribute)_schema.
Attributes
[xa.RefName];
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
112
schema.
Attributes
.Clear();
511
foreach (XmlSchemaAttribute attribute in includedSchema.
Attributes
.Values)
513
AddToTable(schema.
Attributes
, attribute.QualifiedName, attribute);
543
AddToTable(schema.
Attributes
, attribute.QualifiedName, attribute);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
66
foreach (XmlSchemaAttribute attribute in schema.
Attributes
.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (2)
1526
foreach (XmlSchemaAttribute attributeToRemove in schema.
Attributes
.Values)
1574
XmlSchemaObject builtInAttribute = schemaForXmlNS.
Attributes
[qname];
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
356
ret = schema.
Attributes
[name];