7 references to GetMethodThisParameterValue
illink (7)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (7)
223
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
352
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
392
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
456
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);
494
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForMethods (bindingFlags));
540
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForNestedTypes (bindingFlags));
1055
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);