6 references to IsValueType
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (4)
587
if (RuntimeAugments.
IsValueType
(declaringTypeHandle))
734
int fieldOffsetDelta = RuntimeAugments.
IsValueType
(declaringTypeHandle) ? IntPtr.Size : 0;
736
return RuntimeAugments.
IsValueType
(fieldTypeHandle) ?
784
return RuntimeAugments.
IsValueType
(fieldTypeHandle) ?
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (2)
34
if (RuntimeAugments.
IsValueType
(this.DeclaringTypeHandle))
66
if (RuntimeAugments.
IsValueType
(this.DeclaringTypeHandle))