2 writes to name
System.Xml (2)
System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs (2)
34
this.
name
= name;
43
set {
name
= value; }
2 references to name
System.Xml (2)
System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs (2)
42
get { return
name
== null ? string.Empty :
name
; }