14 references to Attributes
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1788PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
330CleanupAttributes(simpleRestriction.Attributes); 913CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1431PreprocessAttributes(contentRestriction.Attributes, contentRestriction.AnyAttribute, contentRestriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
316CleanupAttributes(simpleRestriction.Attributes); 991CompileLocalAttributes(baseType, complexType, simpleRestriction.Attributes, simpleRestriction.AnyAttribute, XmlSchemaDerivationMethod.Restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
437newSimpleRest.SetAttributes(CloneAttributes(simpleRest.Attributes));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
1468builder._simpleContentRestriction.Attributes.Count != 0 || 2114if (builder._simpleContentRestriction.Attributes.Count != 0 || (builder._simpleContentRestriction.AnyAttribute != null)) 2350_simpleContentRestriction.Attributes.Add(value);
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
361attributes = restriction.Attributes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
897WriteSortedItems(o.Attributes);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4761Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes; 12136Microsoft.Xml.Schema.XmlSchemaObjectCollection a_7 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Attributes;