1 write to s_childElementNamespaceProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
955
s_childElementNamespaceProperty
= typeof(CollectionDataContract).GetProperty("ChildElementNamespace", Globals.ScanAllMembers);
3 references to s_childElementNamespaceProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
953
if (
s_childElementNamespaceProperty
== null)
956
Debug.Assert(
s_childElementNamespaceProperty
!= null);
958
return
s_childElementNamespaceProperty
;