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