1 write to s_showILOffset
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\LocalAppContextSwitches.cs (1)
75
s_showILOffset
= isSwitchEnabled ? 1 : -1;
2 references to s_showILOffset
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\LocalAppContextSwitches.cs (2)
70
if (
s_showILOffset
< 0) return false;
71
if (
s_showILOffset
> 0) return true;