4 writes to _memberTypeContract
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataMember.cs (4)
117_memberTypeContract = memberTypeContract; 192_memberTypeContract = DataContract.GetGetOnlyCollectionDataContract(DataContract.GetId(MemberType.TypeHandle), MemberType.TypeHandle, MemberType); 196_memberTypeContract = DataContract.GetDataContract(MemberType); 204_memberTypeContract = value;
2 references to _memberTypeContract
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\DataMember.cs (2)
188if (_memberTypeContract == null) 200return _memberTypeContract;