18 references to Attributes
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1852PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
346CleanupAttributes(complexRestriction.Attributes); 1012CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1495PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
332CleanupAttributes(complexRestriction.Attributes); 1082CompileLocalAttributes(baseType, complexType, complexRestriction.Attributes, complexRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
465newComplexRest.SetAttributes(CloneAttributes(complexRest.Attributes));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
2371_complexContentRestriction.Attributes.Add(value); 2411(_complexContentRestriction.Attributes.Count != 0 || _complexContentRestriction.AnyAttribute != null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
352attributes = ((XmlSchemaComplexContentRestriction)content).Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
1254WriteSortedItems(o.Attributes);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
259restriction.Attributes.Add(attr);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (2)
477for (int i = 0; i < restriction.Attributes.Count; i++) 479XmlSchemaAttribute attribute = restriction.Attributes[i] as XmlSchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
714attributes = ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).Attributes;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
479dataContract = ImportType(typeName, restriction.Particle, restriction.Attributes, restriction.AnyAttribute, null /* baseTypeName */, complexType.Annotation);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4573Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12377Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;