1 reference to IsCoreClrInterpreter
Microsoft.DotNet.XUnitV3Extensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\Attributes\SkipOnCoreClrAttribute.cs (1)
29
private static readonly Lazy<bool> s_isCoreClrInterpreter = new Lazy<bool>(() => CoreClrConfigurationDetection.
IsCoreClrInterpreter
);