2 references to Sysctl
Microsoft.Build.Framework (2)
Utilities\ProcessExtensions.cs (2)
712
if (
Sysctl
(mib, Span<byte>.Empty, ref size) != 0 || size == 0)
721
if (
Sysctl
(mib, buffer.AsSpan(0, (int)size), ref size) != 0)