2 references to InitialBufferSize
System.Net.Mail (2)
System\Net\Mime\EncodedStreamFactory.cs (2)
28writeState = new Base64WriteStateInfo(InitialBufferSize, header, footer, DefaultMaxLineLength, headerTextLength); 32writeState = new WriteStateInfoBase(InitialBufferSize, header, footer, DefaultMaxLineLength, headerTextLength);