2 references to GetChildNamespaceToDeclare
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
512
childElementNamespaces[i + baseChildElementNamespaceCount] =
GetChildNamespaceToDeclare
(this, this.Members[i].MemberType, dictionary);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
366
XmlDictionaryString tempChildElementNamespace = ClassDataContract.
GetChildNamespaceToDeclare
(this, ItemType, new XmlDictionary());