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)
706if (_namespaceMappings == null) 709return _namespaceMappings; 718if (_namespaceMappings != null) 720if (!_namespaceMappings.TryGetValue(descriptionNamespace, out target)) 723if (!_namespaceMappings.TryGetValue(WildcardNamespaceMapping, out target))