1 write to namespaces
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
52this.namespaces = new Dictionary<string, string>();
6 references to namespaces
System.Runtime.Serialization (6)
System\Runtime\Serialization\CodeExporter.cs (6)
68this.namespaces.Add(dataContract.StableName.Namespace, clrNamespace); 94if (this.namespaces.TryGetValue(dataContractNamespace, out currentClrNamespace)) 98this.namespaces.Remove(dataContractNamespace); 99this.namespaces.Add(dataContractNamespace, clrNamespace); 103this.namespaces.Add(dataContractNamespace, clrNamespace); 221get { return namespaces; }