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