4 writes to _memberTypeContract
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataMember.cs (4)
120_memberTypeContract = memberTypeContract; 195_memberTypeContract = DataContract.GetGetOnlyCollectionDataContract(DataContract.GetId(MemberType.TypeHandle), MemberType.TypeHandle, MemberType); 199_memberTypeContract = DataContract.GetDataContract(MemberType); 207_memberTypeContract = value;
2 references to _memberTypeContract
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataMember.cs (2)
191if (_memberTypeContract == null) 203return _memberTypeContract;