2 references to GetChildNamespaceToDeclare
System.Runtime.Serialization (2)
System\Runtime\Serialization\ClassDataContract.cs (1)
425
childElementNamespaces[i + baseChildElementNamespaceCount] =
GetChildNamespaceToDeclare
(this, this.Members[i].MemberType, dictionary);
System\Runtime\Serialization\CollectionDataContract.cs (1)
284
XmlDictionaryString tempChildElementNamespace = ClassDataContract.
GetChildNamespaceToDeclare
(this, ItemType, new XmlDictionary());