7 references to BufferWidth
dotnet-svcutil-lib (7)
HelpGenerator.cs (7)
309if (wordLength > this.BufferWidth) 329_stringBuilder.Append(test, start, this.BufferWidth); 330start += this.BufferWidth; 331wordLength -= this.BufferWidth; 336} while (wordLength > this.BufferWidth); 349if (BufferWidth == 0) 387if (BufferWidth != 0)