1 write to refer
System.Xml (1)
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
125set { refer = (value == null ? XmlQualifiedName.Empty : value); }
1 reference to refer
System.Xml (1)
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (1)
124get { return refer; }