3 writes to _typeName
System.Private.Xml (3)
System\Xml\Serialization\SoapTypeAttribute.cs (3)
22
_typeName
= typeName;
27
_typeName
= typeName;
41
set {
_typeName
= value; }
1 reference to _typeName
System.Private.Xml (1)
System\Xml\Serialization\SoapTypeAttribute.cs (1)
40
get { return
_typeName
?? string.Empty; }