1 write to refName
System.Xml (1)
System\Xml\Schema\XmlSchemaGroupRef.cs (1)
28set { refName = (value == null ? XmlQualifiedName.Empty : value); }
1 reference to refName
System.Xml (1)
System\Xml\Schema\XmlSchemaGroupRef.cs (1)
27get { return refName; }