1 reference to IsDebugRuntime
Microsoft.DotNet.XUnitExtensions (1)
Discoverers\SkipOnCoreClrDiscoverer.cs (1)
25
private static readonly Lazy<bool> s_isDebugRuntime = new Lazy<bool>(() => CoreClrConfigurationDetection.
IsDebugRuntime
);