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)
77
else 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)));
371
if (Intrinsics.GetIntrinsicIdForMethod(
_callingMethod
) == IntrinsicId.RuntimeReflectionExtensions_GetMethodInfo)
722
||
_callingMethod
.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly)
758
||
_callingMethod
.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly)
813
private partial string GetContainingSymbolDisplayName() =>
_callingMethod
.GetDisplayName();