1 write to ProgressBarWidth
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
37ProgressBarWidth = Console.WindowWidth - 4;
3 references to ProgressBarWidth
Microsoft.Win32.Msi.Manual.Tests (3)
Program.cs (3)
192Console.Write(new string('\u2591', ProgressBarWidth)); 207int blocks = Convert.ToInt32(ProgressBarWidth * Progress); 225Console.WriteLine(new string('\u2588', ProgressBarWidth));