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