3 writes to byReference
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (3)
218return new() { byReference = true }; 229return new() { byReference = true }; 234byReference = false,
6 references to byReference
ILCompiler.Compiler (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (6)
1641if (byReference != other.byReference) 1647if (byReference) 1659code.Add(byReference); 1661if (byReference) 1678if (byReference)