2 writes to Namespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
252
xmlType.
Namespace
= typeNS;
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
21
[XmlType("webReferenceOptions",
Namespace
= WebReferenceOptions.TargetNamespace)]
6 references to Namespace
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (6)
733
if (a.XmlType != null && a.XmlType.
Namespace
!= null)
734
typeNs = a.XmlType.
Namespace
;
947
string originalNs = a.XmlType.
Namespace
;
1027
ns = a.XmlType.
Namespace
;
1188
if (a.XmlType != null && a.XmlType.
Namespace
!= null)
1189
typeNs = a.XmlType.
Namespace
;