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