3 writes to _memberTypeContract
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs (3)
277_memberTypeContract = DataContract.GetGetOnlyCollectionDataContract(DataContract.GetId(MemberType.TypeHandle), MemberType.TypeHandle, MemberType, SerializationMode.SharedContract); 281_memberTypeContract = DataContract.GetDataContract(MemberType); 289_memberTypeContract = value;
2 references to _memberTypeContract
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs (2)
271if (_memberTypeContract == null) 285return _memberTypeContract;