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