3 references to WriteStateInfoBase
System (3)
net\System\Net\mail\Base64WriteStateInfo.cs (1)
10: base(bufferSize, header, footer, maxLineLength, mimeHeaderLength) {
net\System\Net\mail\EncodedStreamFactory.cs (1)
56writeState = new WriteStateInfoBase(initialBufferSize, header, footer, DefaultMaxLineLength, headerTextLength);
net\System\Net\mail\WriteStateInfoBase.cs (1)
26: this(bufferSize, header, footer, maxLineLength, 0)