1 instantiation of RTL_OSVERSIONINFOEX
xunit.console (1)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\NativeMethods.Windows.cs (1)
30
RTL_OSVERSIONINFOEX osvi = new
RTL_OSVERSIONINFOEX
();
2 references to RTL_OSVERSIONINFOEX
xunit.console (2)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\NativeMethods.Windows.cs (2)
26
private static extern int RtlGetVersion(out
RTL_OSVERSIONINFOEX
lpVersionInformation);
30
RTL_OSVERSIONINFOEX
osvi = new RTL_OSVERSIONINFOEX();