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