2 references to Sysctl
Microsoft.Build.CommandLine.UnitTests (2)
ProcessExtensions.cs (2)
711
if (
Sysctl
(mib, Span<byte>.Empty, ref size) != 0 || size == 0)
720
if (
Sysctl
(mib, buffer.AsSpan(0, (int)size), ref size) != 0)