4 writes to Name
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
474attributeGroup.Name = "specialAttrs";
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
113set { Name = value; }
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1797builder._attributeGroup.Name = value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8654o.@Name = Reader.Value;
9 references to Name
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1278if (attributeGroup.Name != null) 1281attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, _targetNamespace));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
925if (attributeGroup.Name != null) 928attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, _targetNamespace));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttributeGroup.cs (1)
112get { return Name; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
749WriteAttribute(@"name", @"", ((System.String)o.@Name));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
566return ((XmlSchemaAttributeGroup)o).Name; 643item = string.Format(ResXml.XmlSchemaNamedItem, ns, "attributeGroup", ((XmlSchemaAttributeGroup)o).Name, details);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4930WriteAttribute(@"name", @"", ((global::System.String)o.@Name));