1 write to childElementNamespacesProperty
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
942
childElementNamespacesProperty
= typeof(ClassDataContract).GetProperty("ChildElementNamespaces", Globals.ScanAllMembers);
2 references to childElementNamespacesProperty
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
941
if (
childElementNamespacesProperty
== null)
943
return
childElementNamespacesProperty
;