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