1 write to childElementNamespaces
System.Runtime.Serialization (1)
System\Runtime\Serialization\ClassDataContract.cs (1)
133
this.
childElementNamespaces
= helper.ChildElementNamespaces;
3 references to childElementNamespaces
System.Runtime.Serialization (3)
System\Runtime\Serialization\ClassDataContract.cs (3)
121
if (this.
childElementNamespaces
== null)
125
if (this.
childElementNamespaces
== null)
137
return this.
childElementNamespaces
;