1 reference to GetIsMacOSX
NuGet.Common (1)
RuntimeEnvironmentHelper.cs (1)
19
private static Lazy<bool> _IsMacOSX = new Lazy<bool>(() =>
GetIsMacOSX
());