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