3 references to ProcessBasicInformation
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
ProcessCodeMethods.cs (3)
95var res = NtQueryInformationProcess(handle, 0, out var pbi, Marshal.SizeOf<ProcessBasicInformation>(), out int size); 214out ProcessBasicInformation processInformation,