8 references to GetMethodThisParameterValue
ILLink.RoslynAnalyzer (8)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (8)
247
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
295
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, DynamicallyAccessedMemberTypes.Interfaces);
439
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
482
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, memberTypes);
564
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);
605
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForMethods(bindingFlags));
693
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForNestedTypes(bindingFlags));
1330
var targetValue = _annotations.
GetMethodThisParameterValue
(calledMethod, requiredMemberTypes);