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