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