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