1 write to _byReference
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1608
public bool byReference { get => _byReference != 0; set =>
_byReference
= value ? (byte)1 : (byte)0; }
1 reference to _byReference
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1608
public bool byReference { get =>
_byReference
!= 0; set => _byReference = value ? (byte)1 : (byte)0; }