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