2 references to OverrideExceptionWithNullReferenceExceptionName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
70
return LocalAppContext.GetCachedSwitchValue(
OverrideExceptionWithNullReferenceExceptionName
, ref _overrideExceptionWithNullReferenceException);
System\AppContextDefaultValues.cs (1)
18
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
OverrideExceptionWithNullReferenceExceptionName
, false);