4 writes to Name
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6950
o.
@Name
= Reader.Value;
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
400
attributeGroup.
Name
= "specialAttrs";
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
99
set {
Name
= value; }
System\Xml\Schema\XsdBuilder.cs (1)
1659
builder.attributeGroup.
Name
= value;
11 references to Name
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
865
if (attributeGroup.RedefinedAttributeGroup != null && attributeGroupRef.RefName == new XmlQualifiedName(attributeGroup.
Name
, attributeGroupRef.RefName.Namespace)) {
System.Web.Services (2)
System\Web\Services\Description\SchemaCompiler.cs (1)
112
item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).
Name
, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3910
WriteAttribute(@"name", @"", ((global::System.String)o.
@Name
));
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
1053
if (attributeGroup.
Name
!= null) {
1055
attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.
Name
, this.targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
743
if (attributeGroup.
Name
!= null) {
745
attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.
Name
, this.targetNamespace));
System\Xml\Schema\XmlSchemaAttributeGroup.cs (1)
98
get { return
Name
; }
System\Xml\Serialization\SchemaObjectWriter.cs (1)
618
WriteAttribute(@"name", @"", ((System.String)o.
@Name
));
System\Xml\Serialization\XmlSchemas.cs (2)
471
return ((XmlSchemaAttributeGroup)o).
Name
;
530
item = Res.GetString(Res.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).
Name
, details);