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