7 references to BufferWidth
dotnet-svcutil-lib (7)
HelpGenerator.cs (7)
311if (wordLength > this.BufferWidth) 331_stringBuilder.Append(test, start, this.BufferWidth); 332start += this.BufferWidth; 333wordLength -= this.BufferWidth; 338} while (wordLength > this.BufferWidth); 351if (BufferWidth == 0) 389if (BufferWidth != 0)