11 writes to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
104
_readState
= ReadState.Status0;
141
_readState
= ReadState.Status0;
158
_readState
= ReadState.Status1;
175
_readState
= ReadState.Status2;
196
_readState
= ReadState.ContinueFlag;
208
_readState
= ReadState.ContinueCR;
221
_readState
= ReadState.Status0;
226
_readState
= ReadState.ContinueLF;
238
_readState
= ReadState.LastCR;
251
_readState
= ReadState.LastLF;
257
_readState
= ReadState.Done;
11 references to _readState
System.Net.Mail (11)
System\Net\Mail\SmtpReplyReaderFactory.cs (11)
74
if (
_readState
!= ReadState.Done)
125
switch (
_readState
)
270
if (count == 0 || _currentReader != caller ||
_readState
== ReadState.Done)
302
if (caller != _currentReader ||
_readState
== ReadState.Done)
309
System.Diagnostics.Debug.Assert(
_readState
== ReadState.Status0);
340
if (
_readState
== ReadState.Status0)
352
else if (
_readState
== ReadState.Done)
386
if (_parent._currentReader != caller || _parent.
_readState
== ReadState.Done)
394
System.Diagnostics.Debug.Assert(_parent.
_readState
== ReadState.Status0);
474
if (_parent.
_readState
== ReadState.Status0)
487
else if (_parent.
_readState
== ReadState.Done)