7 references to BufferWidth
dotnet-svcutil-lib (7)
HelpGenerator.cs (7)
310if (wordLength > this.BufferWidth) 330_stringBuilder.Append(test, start, this.BufferWidth); 331start += this.BufferWidth; 332wordLength -= this.BufferWidth; 337} while (wordLength > this.BufferWidth); 350if (BufferWidth == 0) 388if (BufferWidth != 0)