3 references to IsSpecialUnboxingThunk
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ScannedMethodNode.cs (1)
55
if (factory.TypeSystemContext.
IsSpecialUnboxingThunk
(_method))
ILCompiler.RyuJit (2)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
107
public bool IsSpecialUnboxingThunk => ((CompilerTypeSystemContext)Method.Context).
IsSpecialUnboxingThunk
(_method);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4512
|| (_compilation.TypeSystemContext.
IsSpecialUnboxingThunk
(this.MethodBeingCompiled) && _compilation.TypeSystemContext.GetTargetOfSpecialUnboxingThunk(this.MethodBeingCompiled).IsAsyncCall())