11 writes to readState
System (11)
net\System\Net\mail\SmtpReplyReaderFactory.cs (11)
108
readState
= ReadState.Status0;
145
readState
= ReadState.Status0;
162
readState
= ReadState.Status1;
179
readState
= ReadState.Status2;
200
readState
= ReadState.ContinueFlag;
212
readState
= ReadState.ContinueCR;
225
readState
= ReadState.Status0;
230
readState
= ReadState.ContinueLF;
242
readState
= ReadState.LastCR;
255
readState
= ReadState.LastLF;
261
readState
= ReadState.Done;
11 references to readState
System (11)
net\System\Net\mail\SmtpReplyReaderFactory.cs (11)
73
if (
readState
!= ReadState.Done)
129
switch (
readState
)
274
if (count == 0 || currentReader != caller ||
readState
== ReadState.Done)
307
if (caller != currentReader ||
readState
== ReadState.Done)
317
System.Diagnostics.Debug.Assert(
readState
== ReadState.Status0);
348
if (
readState
== ReadState.Status0)
359
else if (
readState
== ReadState.Done)
393
if (parent.currentReader != caller || parent.
readState
== ReadState.Done)
404
System.Diagnostics.Debug.Assert(parent.
readState
== ReadState.Status0);
482
if (parent.
readState
== ReadState.Status0)
494
else if (parent.
readState
== ReadState.Done)