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