10 references to contextFromMethodBeingCompiled
ILCompiler.ReadyToRun (10)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
982TypeSystemEntity typeOrMethodContext = (TypeSystemEntity)((pTargetMethod.tokenContext == contextFromMethodBeingCompiled()) ? 2107pResolvedToken.tokenContext == contextFromMethodBeingCompiled() && 2115pResult->contextHandle = contextFromMethodBeingCompiled();
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (7)
1037if (contextStruct == contextFromMethodBeingCompiled()) 1054if (contextStruct == contextFromMethodBeingCompiled()) 1071if (contextStruct == contextFromMethodBeingCompiled()) 1278if (ctx is MethodDesc methodFromCtx && context != contextFromMethodBeingCompiled()) 1878var typeOrMethodContext = (pResolvedToken.tokenContext == contextFromMethodBeingCompiled()) ? 1935var typeOrMethodContext = (pResolvedToken.tokenContext == contextFromMethodBeingCompiled()) ? 2906if (fd == null && method != null && context == contextFromMethodBeingCompiled())