2 writes to Namespace
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
251
xmlType.
Namespace
= typeNS;
System.Web.Services (1)
System\Web\Services\Description\WebReferenceOptions.cs (1)
22
[XmlType("webReferenceOptions",
Namespace
= WebReferenceOptions.TargetNamespace)]
6 references to Namespace
System.Xml (6)
System\Xml\Serialization\XmlReflectionImporter.cs (6)
646
if (a.XmlType != null && a.XmlType.
Namespace
!= null)
647
typeNs = a.XmlType.
Namespace
;
829
string originalNs = a.XmlType.
Namespace
;
897
ns = a.XmlType.
Namespace
;
1038
if (a.XmlType != null && a.XmlType.
Namespace
!= null)
1039
typeNs = a.XmlType.
Namespace
;