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