2 references to MAX_PATH
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.GetModuleFileNameLongPath.cs (1)
13using BufferScope<char> buffer = new(stackalloc char[MAX_PATH]);
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
34using BufferScope<char> buffer = new(PInvoke.MAX_PATH + 1);