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