19 references to Attributes
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (5)
1281
xsa = AddAttribute(_xtr.LocalName, _xtr.Prefix, _xtr.NamespaceURI, _xtr.Value, bCreatingNewType, parentSchema, sce.
Attributes
, ct.AttributeUses);
1307
for (int i = 0; i < scExtension.
Attributes
.Count; ++i) //since simpleContent is being cleared
1309
ct.Attributes.Add(scExtension.
Attributes
[i]);
1329
simpleContentExtension.
Attributes
.Add(attr);
1425
SwitchUseToOptional(xssce.
Attributes
, attributesInInstance);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1769
PreprocessAttributes(contentExtension.
Attributes
, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
325
CleanupAttributes(simpleExtension.
Attributes
);
828
CompileLocalAttributes(baseType, complexType, simpleExtension.
Attributes
, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1412
PreprocessAttributes(contentExtension.
Attributes
, contentExtension.AnyAttribute, contentExtension);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
311
CleanupAttributes(simpleExtension.
Attributes
);
906
CompileLocalAttributes(baseType, complexType, simpleExtension.
Attributes
, simpleExtension.AnyAttribute, XmlSchemaDerivationMethod.Extension);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
429
newSimpleExt.SetAttributes(CloneAttributes(simpleExt.
Attributes
));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2357
_simpleContentExtension.
Attributes
.Add(value);
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (1)
373
attributes = extension.
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
879
WriteSortedItems(o.
Attributes
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
718
attributes = ((XmlSchemaSimpleContentExtension)type.ContentModel.Content).
Attributes
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
831
items.Attributes = extension.
Attributes
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4827
Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Attributes
;
12039
Microsoft.Xml.Schema.XmlSchemaObjectCollection a_5 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.
@Attributes
;