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