11 references to CoreClrConfigurationDetection
Microsoft.DotNet.XUnitV3Extensions (11)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnCoreClrAttribute.cs (11)
18
private static readonly Lazy<bool> s_isJitStress = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsJitStress);
19
private static readonly Lazy<bool> s_isJitStressRegs = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsJitStressRegs);
20
private static readonly Lazy<bool> s_isJitMinOpts = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsJitMinOpts);
21
private static readonly Lazy<bool> s_isTailCallStress = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsTailCallStress);
22
private static readonly Lazy<bool> s_isZapDisable = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsZapDisable);
23
private static readonly Lazy<bool> s_isGCStress3 = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsGCStress3);
24
private static readonly Lazy<bool> s_isGCStressC = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsGCStressC);
25
private static readonly Lazy<bool> s_isCheckedRuntime = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsCheckedRuntime);
26
private static readonly Lazy<bool> s_isReleaseRuntime = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsReleaseRuntime);
27
private static readonly Lazy<bool> s_isDebugRuntime = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsDebugRuntime);
28
private static readonly Lazy<bool> s_isStressTest = new Lazy<bool>(() =>
CoreClrConfigurationDetection
.IsStressTest);