1 write to s_collectionItemNameProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
940
s_collectionItemNameProperty
= typeof(CollectionDataContract).GetProperty("CollectionItemName", Globals.ScanAllMembers);
3 references to s_collectionItemNameProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
938
if (
s_collectionItemNameProperty
== null)
941
Debug.Assert(
s_collectionItemNameProperty
!= null);
943
return
s_collectionItemNameProperty
;