1 write to _defaultNs
System.Private.Xml (1)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
41
_defaultNs
= defaultNamespace ?? string.Empty;
4 references to _defaultNs
System.Private.Xml (4)
System\Xml\Serialization\SoapReflectionImporter.cs (4)
204
string typeNs =
_defaultNs
;
302
string typeNs =
_defaultNs
;
507
string ns = useDefaultNs ?
_defaultNs
: itemTypeNamespace;
558
string typeNs =
_defaultNs
;