3 references to
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
36
public SoapReflectionImporter() :
this
(null, null) {
43
public SoapReflectionImporter(string defaultNamespace) :
this
(null, defaultNamespace) {
50
public SoapReflectionImporter(SoapAttributeOverrides attributeOverrides) :
this
(attributeOverrides, null) {