1 write to DeclaringTypeHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (1)
16
this.
DeclaringTypeHandle
= declaringTypeHandle;
7 references to DeclaringTypeHandle
System.Private.Reflection.Execution (7)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (7)
27
if (!RuntimeAugments.IsAssignable(obj, this.
DeclaringTypeHandle
))
34
if (RuntimeAugments.IsValueType(this.
DeclaringTypeHandle
))
39
if (!(targetType.TypeHandle.Equals(this.
DeclaringTypeHandle
)))
58
if (!RuntimeAugments.IsAssignable(obj, this.
DeclaringTypeHandle
))
66
if (RuntimeAugments.IsValueType(this.
DeclaringTypeHandle
))
72
if (!(targetType.TypeHandle.Equals(this.
DeclaringTypeHandle
)))
84
if (!RuntimeAugments.IsAssignable(obj, this.
DeclaringTypeHandle
))