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