1 override of GetMethodParameterValue
ILCompiler.Compiler (1)
Compiler\Dataflow\ReflectionMethodBodyScanner.cs (1)
215
protected override ValueWithDynamicallyAccessedMembers
GetMethodParameterValue
(ParameterProxy parameter)
4 references to GetMethodParameterValue
ILCompiler.Compiler (4)
Compiler\Dataflow\MethodBodyScanner.cs (4)
897
:
GetMethodParameterValue
(param));
911
var targetValue =
GetMethodParameterValue
(param);
1044
when
GetMethodParameterValue
(parameterReference.Parameter) is MethodParameterValue parameterValue:
1213
GetMethodParameterValue
(parameterReferenceValue.Parameter));