8 references to GetMethodThisParameterValue
ILLink.RoslynAnalyzer (8)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (8)
269var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, DynamicallyAccessedMemberTypes.Interfaces); 317var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, DynamicallyAccessedMemberTypes.Interfaces); 461var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, memberTypes); 504var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, memberTypes); 586var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, requiredMemberTypes); 628var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForMethods(bindingFlags)); 716var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, GetDynamicallyAccessedMemberTypesFromBindingFlagsForNestedTypes(bindingFlags)); 1354var targetValue = _annotations.GetMethodThisParameterValue(calledMethod, requiredMemberTypes);