3 references to
System.Private.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (3)
27
public SoapReflectionImporter() :
this
(null, null)
31
public SoapReflectionImporter(string? defaultNamespace) :
this
(null, defaultNamespace)
35
public SoapReflectionImporter(SoapAttributeOverrides? attributeOverrides) :
this
(attributeOverrides, null)