8 references to GetMethodThisParameterValue
illink (8)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (8)
223
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
262
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
382
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
422
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
486
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);
524
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForMethods (bindingFlags));
579
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForNestedTypes (bindingFlags));
1094
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);