16 references to Attributes
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1833PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
340CleanupAttributes(complexExtension.Attributes); 946CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1476PreprocessAttributes(contentExtension.Attributes, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
326CleanupAttributes(complexExtension.Attributes); 1015CompileLocalAttributes(baseType, complexType, complexExtension.Attributes, complexExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
453newComplexExt.SetAttributes(CloneAttributes(complexExt.Attributes));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2364_complexContentExtension.Attributes.Add(value); 2402(_complexContentExtension.Attributes.Count != 0 || _complexContentExtension.AnyAttribute != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
366attributes = extension.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
950WriteSortedItems(o.Attributes);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
716attributes = ((XmlSchemaComplexContentExtension)type.ContentModel.Content).Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
824items.Attributes = extension.Attributes;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
472dataContract = ImportType(typeName, extension.Particle, extension.Attributes, extension.AnyAttribute, extension.BaseTypeName, complexType.Annotation);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4482Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12493Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;