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