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