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