10 references to contextFromMethodBeingCompiled
ILCompiler.ReadyToRun (10)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
990TypeSystemEntity typeOrMethodContext = (TypeSystemEntity)((pTargetMethod.tokenContext == contextFromMethodBeingCompiled()) ? 2151pResolvedToken.tokenContext == contextFromMethodBeingCompiled() && 2159pResult->contextHandle = contextFromMethodBeingCompiled();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (7)
1039if (contextStruct == contextFromMethodBeingCompiled()) 1056if (contextStruct == contextFromMethodBeingCompiled()) 1073if (contextStruct == contextFromMethodBeingCompiled()) 1246if (ctx is MethodDesc methodFromCtx && context != contextFromMethodBeingCompiled()) 1776var typeOrMethodContext = (pResolvedToken.tokenContext == contextFromMethodBeingCompiled()) ? 1833var typeOrMethodContext = (pResolvedToken.tokenContext == contextFromMethodBeingCompiled()) ? 2804if (fd == null && method != null && context == contextFromMethodBeingCompiled())