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)
205
if (baseAttributes.SoapType != null && baseAttributes.SoapType.
Namespace
!= null)
206
typeNs = baseAttributes.SoapType.
Namespace
;
303
if (a.SoapType != null && a.SoapType.
Namespace
!= null)
304
typeNs = a.SoapType.
Namespace
;
559
if (a.SoapType != null && a.SoapType.
Namespace
!= null)
560
typeNs = a.SoapType.
Namespace
;