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