3 references to CompatibilitySwitch
mscorlib (3)
system\AppContext\AppContextDefaultValues.DesktopOverrides.cs (2)
26
string overrides = System.Runtime.Versioning.
CompatibilitySwitch
.GetAppContextOverridesInternalCall();
111
valueFromConfig = System.Runtime.Versioning.
CompatibilitySwitch
.GetValue(switchName);
system\runtime\versioning\binarycompatibility.cs (1)
494
var overrideValue = System.Runtime.Versioning.
CompatibilitySwitch
.GetValueInternal("TargetFrameworkMoniker");