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