1 reference to GetIsLinux
NuGet.Common (1)
RuntimeEnvironmentHelper.cs (1)
21
private static Lazy<bool> _IsLinux = new Lazy<bool>(() =>
GetIsLinux
());