2 writes to _value
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (2)
198
public CORINFO_GENERIC_STRUCT_* handle { get { return (CORINFO_GENERIC_STRUCT_*)_value; } set {
_value
= (IntPtr)value; } }
199
public void* addr { get { return (void*)_value; } set {
_value
= (IntPtr)value; } }
2 references to _value
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (2)
198
public CORINFO_GENERIC_STRUCT_* handle { get { return (CORINFO_GENERIC_STRUCT_*)
_value
; } set { _value = (IntPtr)value; } }
199
public void* addr { get { return (void*)
_value
; } set { _value = (IntPtr)value; } }