3 writes to Name
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10213o.@Name = Reader.Value;
System.Xml (2)
System\Xml\Schema\XmlSchemaGroup.cs (1)
72set { Name = value; }
System\Xml\Schema\XsdBuilder.cs (1)
1763builder.group.Name = value;
10 references to Name
System.Web.Services (2)
System\Web\Services\Description\SchemaCompiler.cs (1)
95item = Res.GetString(Res.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).Name, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2074WriteAttribute(@"name", @"", ((global::System.String)o.@Name));
System.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
1518if (group.Name != null) { 1520group.SetQualifiedName(new XmlQualifiedName(group.Name, this.targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1204if (group.Name != null) { 1206group.SetQualifiedName(new XmlQualifiedName(group.Name, this.targetNamespace));
System\Xml\Schema\XmlSchemaGroup.cs (1)
71get { return Name; }
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1056WriteAttribute(@"name", @"", ((System.String)o.@Name));
System\Xml\Serialization\XmlSchemas.cs (2)
462return ((XmlSchemaGroup)o).Name; 513item = Res.GetString(Res.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).Name, details);