6 references to Namespace
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (6)
238
if (baseAttributes.SoapType != null && baseAttributes.SoapType.
Namespace
!= null)
239
typeNs = baseAttributes.SoapType.
Namespace
;
332
if (a.SoapType != null && a.SoapType.
Namespace
!= null)
333
typeNs = a.SoapType.
Namespace
;
588
if (a.SoapType != null && a.SoapType.
Namespace
!= null)
589
typeNs = a.SoapType.
Namespace
;