1 write to _isByRef
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\TypeHandle.cs (1)
23_isByRef = _type.IsByRef;
9 references to _isByRef
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\TypeHandle.cs (9)
24if (_isByRef) 35return _isByRef == other._isByRef && _type == other._type; 40public bool IsNull() { return _type == null && !_isByRef; } 41public bool IsValueType() { if (_isByRef) return false; return _type.IsValueType; } 42public bool IsPointerType() { if (_isByRef) return false; return _type.IsPointer; } 62if (_isByRef) 76if (_isByRef) 99if (_isByRef)