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