19 references to Attributes
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (5)
1281xsa = AddAttribute(_xtr.LocalName, _xtr.Prefix, _xtr.NamespaceURI, _xtr.Value, bCreatingNewType, parentSchema, sce.Attributes, ct.AttributeUses); 1307for (int i = 0; i < scExtension.Attributes.Count; ++i) //since simpleContent is being cleared 1309ct.Attributes.Add(scExtension.Attributes[i]); 1329simpleContentExtension.Attributes.Add(attr); 1425SwitchUseToOptional(xssce.Attributes, attributesInInstance);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1769PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
325CleanupAttributes(simpleExtension.Attributes); 828CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1412PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
311CleanupAttributes(simpleExtension.Attributes); 906CompileLocalAttributes(baseType, complexType, simpleExtension.Attributes, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
429newSimpleExt.SetAttributes(CloneAttributes(simpleExt.Attributes));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2357_simpleContentExtension.Attributes.Add(value);
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
373attributes = extension.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
879WriteSortedItems(o.Attributes);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
718attributes = ((XmlSchemaSimpleContentExtension)type.ContentModel.Content).Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
831items.Attributes = extension.Attributes;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4827Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12039Microsoft.Xml.Schema.XmlSchemaObjectCollection a_5 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;