1 write to _namespaceMappings
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
707
_namespaceMappings
= new Dictionary<string, string>();
5 references to _namespaceMappings
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (5)
706
if (
_namespaceMappings
== null)
709
return
_namespaceMappings
;
718
if (
_namespaceMappings
!= null)
720
if (!
_namespaceMappings
.TryGetValue(descriptionNamespace, out target))
723
if (!
_namespaceMappings
.TryGetValue(WildcardNamespaceMapping, out target))