2 references to NativeMethods
xunit.console (2)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\PlatformApis.cs (2)
42
return
NativeMethods
.Windows.RtlGetVersion() ?? string.Empty;
55
var kernelRelease =
NativeMethods
.Darwin.GetKernelRelease();