1 write to _hasThis
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
356
_hasThis
= hasThis;
3 references to _hasThis
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
376
if (
_hasThis
!= other.
_hasThis
|| _isVarArg != other._isVarArg || !_returnType.Equals(other._returnType))
399
public bool HasThis() { return
_hasThis
; }