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