8 references to GetMethodThisParameterValue
illink (8)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (8)
269
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
317
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
461
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
504
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
586
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);
628
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForMethods(bindingFlags));
716
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForNestedTypes(bindingFlags));
1354
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);