1 write to childElementNamespaceProperty
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
968
childElementNamespaceProperty
= typeof(CollectionDataContract).GetProperty("ChildElementNamespace", Globals.ScanAllMembers);
2 references to childElementNamespaceProperty
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (2)
967
if (
childElementNamespaceProperty
== null)
969
return
childElementNamespaceProperty
;