2 references to CORINFO_GENERICS_CTXT_FROM_THIS
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
446
CORINFO_GENERICS_CTXT_MASK = (
CORINFO_GENERICS_CTXT_FROM_THIS
|
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
809
methodInfo->options |= CorInfoOptions.
CORINFO_GENERICS_CTXT_FROM_THIS
;