2 writes to Namespace
Contract.Message.IntegrationTests (1)
TestTypes.4.4.0.cs (1)
93
[XmlType(
Namespace
= "http://tempuri.org/")]
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
1413
[XmlType(
Namespace
= "urn:TestWebServices/MyWebService/")]
6 references to Namespace
System.Private.Xml (6)
System\Xml\Serialization\XmlReflectionImporter.cs (6)
734
if (a.XmlType != null && a.XmlType.
Namespace
!= null)
735
typeNs = a.XmlType.
Namespace
;
950
string? originalNs = a.XmlType.
Namespace
;
1032
ns = a.XmlType.
Namespace
;
1192
if (a.XmlType != null && a.XmlType.
Namespace
!= null)
1193
typeNs = a.XmlType.
Namespace
;