20 references to AppContextDefaultValues
mscorlib (20)
system\AppContext\AppContext.cs (3)
83
AppContextDefaultValues
.PopulateDefaultValues();
148
if (
AppContextDefaultValues
.TryGetSwitchOverride(switchName, out overrideValue))
176
if (
AppContextDefaultValues
.TryGetSwitchOverride(switchName, out overrideValue))
system\AppContext\AppContextSwitches.cs (17)
20
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchNoAsyncCurrentCulture, ref _noAsyncCurrentCulture);
30
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchEnforceJapaneseEraYearRanges, ref _enforceJapaneseEraYearRanges);
40
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchFormatJapaneseFirstYearAsANumber, ref _formatJapaneseFirstYearAsANumber);
50
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchEnforceLegacyJapaneseDateParsing, ref _enforceLegacyJapaneseDateParsing);
60
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchThrowExceptionIfDisposedCancellationTokenSource, ref _throwExceptionIfDisposedCancellationTokenSource);
70
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchUseConcurrentFormatterTypeCache, ref _useConcurrentFormatterTypeCache);
80
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchPreserveEventListnerObjectIdentity, ref _preserveEventListnerObjectIdentity);
94
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchUseLegacyPathHandling, ref _useLegacyPathHandling);
108
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchBlockLongPaths, ref _blockLongPaths);
122
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchSetActorAsReferenceWhenCopyingClaimsIdentity, ref _cloneActor);
132
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchDoNotAddrOfCspParentWindowHandle, ref _doNotAddrOfCspParentWindowHandle);
142
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchIgnorePortablePDBsInStackTraces, ref _ignorePortablePDBsInStackTraces);
152
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchUseNewMaxArraySize, ref _useNewMaxArraySize);
162
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchUseLegacyExecutionContextBehaviorUponUndoFailure, ref _useLegacyExecutionContextBehaviorUponUndoFailure);
172
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchCryptographyUseLegacyFipsThrow, ref _useLegacyFipsThrow);
182
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchDoNotMarshalOutByrefSafeArrayOnInvoke, ref _doNotMarshalOutByrefSafeArrayOnInvoke);
192
return GetCachedSwitchValue(
AppContextDefaultValues
.SwitchUseNetCoreTimer, ref _useNetCoreTimer);