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