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