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