3 references to SwitchIgnorePortablePDBsInStackTraces
mscorlib (3)
system\AppContext\AppContextDefaultValues.Defaults.cs (2)
71
AppContext.DefineSwitchDefault(
SwitchIgnorePortablePDBsInStackTraces
, true);
92
AppContext.DefineSwitchDefault(
SwitchIgnorePortablePDBsInStackTraces
, true);
system\AppContext\AppContextSwitches.cs (1)
142
return GetCachedSwitchValue(AppContextDefaultValues.
SwitchIgnorePortablePDBsInStackTraces
, ref _ignorePortablePDBsInStackTraces);