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