1 write to _callingMethod
ILCompiler.Compiler (1)
Compiler\Dataflow\HandleCallAction.cs (1)
45_callingMethod = callingMethod;
8 references to _callingMethod
ILCompiler.Compiler (8)
Compiler\Dataflow\HandleCallAction.cs (8)
77else if (TryGetMakeGenericInstantiation(_callingMethod, argumentValues[0], out Instantiation inst, out bool isExact)) 92_reflectionMarker.RuntimeDeterminedDependencies.Add((_callingMethod, new MakeGenericTypeSite(typeInstantiated))); 153&& TryGetMakeGenericInstantiation(_callingMethod, argumentValues[0], out Instantiation inst, out bool isExact)) 168_reflectionMarker.RuntimeDeterminedDependencies.Add((_callingMethod, new MakeGenericMethodSite(methodInstantiated))); 371if (Intrinsics.GetIntrinsicIdForMethod(_callingMethod) == IntrinsicId.RuntimeReflectionExtensions_GetMethodInfo) 722|| _callingMethod.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly) 758|| _callingMethod.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly) 813private partial string GetContainingSymbolDisplayName() => _callingMethod.GetDisplayName();