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,
1341 MethodProxy genericMethod,
1343 MethodProxy reflectionMethod)
1367 private void ProcessCreateInstanceByName (MethodProxy calledMethod, IReadOnlyList<MultiValue> argumentValues)
1485 private partial bool MethodIsTypeConstructor (MethodProxy method);
1493 private partial bool TryResolveTypeNameForCreateInstanceAndMark (in MethodProxy calledMethod, string assemblyName, string typeName, out TypeProxy resolvedType);
1507 private partial void MarkMethod (MethodProxy method);
1511 private partial bool MarkAssociatedProperty (MethodProxy method);