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