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