6 references to Namespace
System.Xml (6)
System\Xml\Serialization\SoapReflectionImporter.cs (6)
218
if (baseAttributes.SoapType != null && baseAttributes.SoapType.
Namespace
!= null)
219
typeNs = baseAttributes.SoapType.
Namespace
;
300
if (a.SoapType != null && a.SoapType.
Namespace
!= null)
301
typeNs = a.SoapType.
Namespace
;
524
if (a.SoapType != null && a.SoapType.
Namespace
!= null)
525
typeNs = a.SoapType.
Namespace
;