2 writes to _value
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (2)
198public CORINFO_GENERIC_STRUCT_* handle { get { return (CORINFO_GENERIC_STRUCT_*)_value; } set { _value = (IntPtr)value; } } 199public 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)
198public CORINFO_GENERIC_STRUCT_* handle { get { return (CORINFO_GENERIC_STRUCT_*)_value; } set { _value = (IntPtr)value; } } 199public void* addr { get { return (void*)_value; } set { _value = (IntPtr)value; } }