1 reference to GetIsWindows
NuGet.Common (1)
RuntimeEnvironmentHelper.cs (1)
17
private static Lazy<bool> _isWindows = new Lazy<bool>(() =>
GetIsWindows
());