2 writes to _argForceByRef
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
504_argForceByRef = false; 909CorElementType argType = GetArgumentType(_argNum, out _argTypeHandle, out _argForceByRef);
3 references to _argForceByRef
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
663return _argForceByRef; 920argType = _argForceByRef ? CorElementType.ELEMENT_TYPE_BYREF : argType; 921argSize = _argForceByRef ? _transitionBlock.PointerSize : argSize;