4 references to WindowsNativeMethods
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
IISExpressDeployer.cs (4)
492WindowsNativeMethods.EnumWindows((ptr, param) => 494WindowsNativeMethods.GetWindowThreadProcessId(ptr, out var windowProcessId); 504var length = WindowsNativeMethods.GetClassName(ptr, buffer, buffer.Length); 520if (!WindowsNativeMethods.PostMessage(hWnd, 0x12, IntPtr.Zero, IntPtr.Zero))