3 writes to Namespace
ScenarioTests.Common.Tests (3)
ScenarioTestTypes.cs (2)
1330[SoapType(Namespace = "WcfService")] 1338[SoapType(Namespace = "WcfService")]
ServiceInterfaces.cs (1)
830[System.Xml.Serialization.SoapType(Namespace = "http://tempuri.org/")]
6 references to Namespace
System.Private.Xml (6)
System\Xml\Serialization\SoapReflectionImporter.cs (6)
205if (baseAttributes.SoapType != null && baseAttributes.SoapType.Namespace != null) 206typeNs = baseAttributes.SoapType.Namespace; 303if (a.SoapType != null && a.SoapType.Namespace != null) 304typeNs = a.SoapType.Namespace; 559if (a.SoapType != null && a.SoapType.Namespace != null) 560typeNs = a.SoapType.Namespace;