3 writes to typeName
System.Xml (3)
System\Xml\Serialization\SoapTypeAttribute.cs (3)
33
this.
typeName
= typeName;
41
this.
typeName
= typeName;
60
set {
typeName
= value; }
2 references to typeName
System.Xml (2)
System\Xml\Serialization\SoapTypeAttribute.cs (2)
59
get { return
typeName
== null ? string.Empty :
typeName
; }