7 references to BufferWidth
dotnet-svcutil.xmlserializer (7)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (7)
488
if (wordLength > this.
BufferWidth
)
508
_stringBuilder.Append(test, start, this.
BufferWidth
);
509
start += this.
BufferWidth
;
510
wordLength -= this.
BufferWidth
;
515
} while (wordLength > this.
BufferWidth
);
528
if (
BufferWidth
== 0)
566
if (
BufferWidth
!= 0)