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