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