1 override of SetBoxedValue
System.Data.Linq (1)
Mapping\MetaModel.cs (1)
543public override void SetBoxedValue(ref object instance, object value) {
15 references to SetBoxedValue
System.Data.Linq (15)
ChangeDirector.cs (1)
305accessor.SetBoxedValue(ref current, DBConvert.ChangeType(value, mm.Type));
ChangeProcessor.cs (4)
193assoc.OtherMember.MemberAccessor.SetBoxedValue(ref cached, null); 227thisMember.DeferredSourceAccessor.SetBoxedValue(ref trackedInstance, null); 232thisMember.MemberAccessor.SetBoxedValue(ref trackedInstance, null); 238thisKey.StorageAccessor.SetBoxedValue(ref trackedInstance, null);
ChangeTracker.cs (10)
418mm.StorageAccessor.SetBoxedValue(ref instance, value); 422mm.MemberAccessor.SetBoxedValue(ref instance, value); 499mm.StorageAccessor.SetBoxedValue(ref this.current, freshValue); 538mm.DeferredValueAccessor.SetBoxedValue(ref copy, value); 542mm.DeferredSourceAccessor.SetBoxedValue(ref copy, ds); 551mm.StorageAccessor.SetBoxedValue(ref copy, value); 581accThis.StorageAccessor.SetBoxedValue(ref this.current, parentValue); 597accThis.StorageAccessor.SetBoxedValue(ref this.current, null); 639this.type.Discriminator.MemberAccessor.SetBoxedValue(ref current, code); 778dsacc.SetBoxedValue(ref this.current, loader);