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)
45if (_isByRef) 56return _isByRef == other._isByRef && _type == other._type; 61public bool IsNull() { return _type == null && !_isByRef; } 62public bool IsValueType() { if (_isByRef) return false; return _type.IsValueType; } 63public bool IsPointerType() { if (_isByRef) return false; return _type.IsPointer; } 83if (_isByRef) 97if (_isByRef) 120if (_isByRef)