1 write to _isVarArg
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (1)
357
_isVarArg
= isVarArg;
3 references to _isVarArg
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
376
if (_hasThis != other._hasThis ||
_isVarArg
!= other.
_isVarArg
|| !_returnType.Equals(other._returnType))
400
public bool IsVarArg() { return
_isVarArg
; }