1 override of HandleStoreParameter
illink (1)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
110
protected override void
HandleStoreParameter
(MethodIL methodIL, MethodParameterValue parameter, Instruction operation, MultiValue valueToStore, int? parameterIndex)
2 references to HandleStoreParameter
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (2)
799
HandleStoreParameter
(methodIL, targetParameterValue, operation, valueToStore.Value, null);
931
HandleStoreParameter
(methodIL, parameterValue, operation, source, parameterIndex);