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)) 90_reflectionMarker.RuntimeDeterminedDependencies.Add((_callingMethod, new MakeGenericTypeSite(typeInstantiated))); 150&& TryGetMakeGenericInstantiation(_callingMethod, argumentValues[0], out Instantiation inst, out bool isExact)) 163_reflectionMarker.RuntimeDeterminedDependencies.Add((_callingMethod, new MakeGenericMethodSite(methodInstantiated))); 365if (Intrinsics.GetIntrinsicIdForMethod(_callingMethod) == IntrinsicId.RuntimeReflectionExtensions_GetMethodInfo) 699|| _callingMethod.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly) 735|| _callingMethod.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly) 790private partial string GetContainingSymbolDisplayName() => _callingMethod.GetDisplayName();