1 write to _isByRef
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
44
_isByRef
= _type.IsByRef;
9 references to _isByRef
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (9)
45
if (
_isByRef
)
56
return
_isByRef
== other.
_isByRef
&& _type == other._type;
61
public bool IsNull() { return _type == null && !
_isByRef
; }
62
public bool IsValueType() { if (
_isByRef
) return false; return _type.IsValueType; }
63
public bool IsPointerType() { if (
_isByRef
) return false; return _type.IsPointer; }
83
if (
_isByRef
)
97
if (
_isByRef
)
120
if (
_isByRef
)