2 references to DoNotCatchSerialStreamThreadExceptionsName
System (2)
sys\AppContextDefaultValues.Defaults.cs (1)
44
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
DoNotCatchSerialStreamThreadExceptionsName
, true);
sys\LocalAppContextSwitches.cs (1)
170
return LocalAppContext.GetCachedSwitchValue(
DoNotCatchSerialStreamThreadExceptionsName
, ref _doNotCatchSerialStreamThreadExceptions);