7 references to GetMethodThisParameterValue
ILLink.RoslynAnalyzer (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)); 549 var targetValue = _annotations.GetMethodThisParameterValue (calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForNestedTypes (bindingFlags)); 1064 var targetValue = _annotations.GetMethodThisParameterValue (calledMethod, requiredMemberTypes);