1 instantiation of JobObjectExtendedLimitInformation
Microsoft.DotNet.Cli.Utils (1)
ProcessReaper.cs (1)
157
var information = new NativeMethods.Windows.
JobObjectExtendedLimitInformation
2 references to JobObjectExtendedLimitInformation
Microsoft.DotNet.Cli.Utils (2)
ProcessReaper.cs (2)
157
var
information = new NativeMethods.Windows.JobObjectExtendedLimitInformation
165
var length = Marshal.SizeOf(typeof(NativeMethods.Windows.
JobObjectExtendedLimitInformation
));