2 instantiations of ValueNodeList
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (2)
1176
ValueNodeList methodParams = new
ValueNodeList
(countToPop);
1302
new
ValueNodeList
(dereferencedMethodParams));
7 references to ValueNodeList
ILCompiler.Compiler (7)
Compiler\Dataflow\MethodBodyScanner.cs (5)
1165
private
ValueNodeList
PopCallArguments(
1176
ValueNodeList
methodParams = new ValueNodeList(countToPop);
1242
ValueNodeList
methodArguments,
1284
ValueNodeList
methodArguments = PopCallArguments(currentStack, calledMethod, callingMethodIL, isNewObj, offset);
1330
ValueNodeList
methodParams);
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
289
public override MultiValue HandleCall(MethodIL callingMethodIL, MethodDesc calledMethod, ILOpcode operation, int offset,
ValueNodeList
methodParams)
Compiler\Dataflow\ValueNode.cs (1)
39
if (!(other is
ValueNodeList
otherList))