1 write to _exactContextNeedsRuntimeLookup
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1146
public bool exactContextNeedsRuntimeLookup { get { return _exactContextNeedsRuntimeLookup != 0; } set {
_exactContextNeedsRuntimeLookup
= value ? (byte)1 : (byte)0; } }
1 reference to _exactContextNeedsRuntimeLookup
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
1146
public bool exactContextNeedsRuntimeLookup { get { return
_exactContextNeedsRuntimeLookup
!= 0; } set { _exactContextNeedsRuntimeLookup = value ? (byte)1 : (byte)0; } }