1 write to namespaceMappings
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
761
namespaceMappings
= new Dictionary<string, string>();
5 references to namespaceMappings
System.ServiceModel (5)
System\ServiceModel\Description\ServiceContractGenerator.cs (5)
760
if (
namespaceMappings
== null)
763
return
namespaceMappings
;
772
if (
namespaceMappings
!= null)
774
if (!
namespaceMappings
.TryGetValue(descriptionNamespace, out target))
777
if (!
namespaceMappings
.TryGetValue(WildcardNamespaceMapping, out target))