3 writes to Name
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaGroup.cs (1)
64set { Name = value; }
System\Xml\Schema\XsdBuilder.cs (1)
1912builder._group!.Name = value;
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
12690o.@Name = Reader.Value;
9 references to Name
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
1839if (group.Name != null) 1842group.SetQualifiedName(new XmlQualifiedName(group.Name, _targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1503if (group.Name != null) 1506group.SetQualifiedName(new XmlQualifiedName(group.Name, _targetNamespace));
System\Xml\Schema\XmlSchemaGroup.cs (1)
63get { return Name; }
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1259WriteAttribute(@"name", @"", ((string?)o.@Name));
System\Xml\Serialization\XmlSchemas.cs (2)
444return ((XmlSchemaGroup)o).Name; 511item = SR.Format(SR.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).Name, details);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2443WriteAttribute(@"name", @"", ((global::System.String)o.@Name));