src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (10)
31 public bool Invoke (MethodProxy calledMethod, MultiValue instanceValue, IReadOnlyList<MultiValue> argumentValues, IntrinsicId intrinsicId, out MultiValue methodReturnValue)
69 MethodProxy calledMethod,
76 MethodProxy calledMethod,
1371 MethodProxy genericMethod,
1373 MethodProxy reflectionMethod)
1397 private void ProcessCreateInstanceByName (MethodProxy calledMethod, IReadOnlyList<MultiValue> argumentValues)
1515 private partial bool MethodIsTypeConstructor (MethodProxy method);
1523 private partial bool TryResolveTypeNameForCreateInstanceAndMark (in MethodProxy calledMethod, string assemblyName, string typeName, out TypeProxy resolvedType);
1537 private partial void MarkMethod (MethodProxy method);
1541 private partial bool MarkAssociatedProperty (MethodProxy method);