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