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