3 references to OverrideExceptionWithNullReferenceExceptionName
PresentationCore (3)
MS\Internal\CoreAppContextSwitches.cs (1)
78
return LocalAppContext.GetCachedSwitchValue(
OverrideExceptionWithNullReferenceExceptionName
, ref _overrideExceptionWithNullReferenceException);
System\AppContextDefaultValues.cs (2)
30
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
OverrideExceptionWithNullReferenceExceptionName
, true);
51
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
OverrideExceptionWithNullReferenceExceptionName
, false);