2 references to initialBufferSize
System (2)
net\System\Net\mail\EncodedStreamFactory.cs (2)
52
writeState = new Base64WriteStateInfo(
initialBufferSize
, header, footer, DefaultMaxLineLength, headerTextLength);
56
writeState = new WriteStateInfoBase(
initialBufferSize
, header, footer, DefaultMaxLineLength, headerTextLength);