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