2 references to IDebugClient4
Microsoft.Build.Framework (2)
Utilities\ProcessExtensions.cs (2)
402
HRESULT hr = PInvoke.DebugCreate(IID.Get<
IDebugClient4
>(), out void* clientPtr);
403
using ComScope<
IDebugClient4
> client = new(clientPtr);