2 writes to Name
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaGroup.cs (1)
64
set {
Name
= value; }
System\Xml\Schema\XsdBuilder.cs (1)
1912
builder._group!.
Name
= value;
8 references to Name
System.Private.Xml (8)
System\Xml\Schema\Preprocessor.cs (2)
1839
if (group.
Name
!= null)
1842
group.SetQualifiedName(new XmlQualifiedName(group.
Name
, _targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1503
if (group.
Name
!= null)
1506
group.SetQualifiedName(new XmlQualifiedName(group.
Name
, _targetNamespace));
System\Xml\Schema\XmlSchemaGroup.cs (1)
63
get { return
Name
; }
System\Xml\Serialization\SchemaObjectWriter.cs (1)
1259
WriteAttribute(@"name", @"", ((string?)o.
@Name
));
System\Xml\Serialization\XmlSchemas.cs (2)
446
return ((XmlSchemaGroup)o).
Name
;
513
item = SR.Format(SR.XmlSchemaNamedItem, ns, "group", ((XmlSchemaGroup)o).
Name
, details);