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))
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)));
365
if (Intrinsics.GetIntrinsicIdForMethod(
_callingMethod
) == IntrinsicId.RuntimeReflectionExtensions_GetMethodInfo)
699
||
_callingMethod
.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly)
735
||
_callingMethod
.Context.ResolveAssembly(an) is not ModuleDesc resolvedAssembly)
790
private partial string GetContainingSymbolDisplayName() =>
_callingMethod
.GetDisplayName();