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