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