7 references to BufferWidth
WsatConfig (7)
CommandLine\OptionUsage.cs (7)
324if (wordLength > this.BufferWidth) 351this.stringBuilder.Append(test, start, this.BufferWidth); 352start += this.BufferWidth; 353wordLength -= this.BufferWidth; 359} while (wordLength > this.BufferWidth); 372if (BufferWidth == 0) 410if (BufferWidth != 0)