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)
734if (a.XmlType != null && a.XmlType.Namespace != null) 735typeNs = a.XmlType.Namespace; 950string? originalNs = a.XmlType.Namespace; 1032ns = a.XmlType.Namespace; 1192if (a.XmlType != null && a.XmlType.Namespace != null) 1193typeNs = a.XmlType.Namespace;