8 writes to _currentState
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (8)
472
_currentState
= State.ChunkStart;
477
_currentState
= State.ChunkStart;
521
_currentState
= State.EnvelopeEnd;
525
_currentState
= State.ChunkStart;
532
_currentState
= State.ReadingEnvelopeBytes;
543
_currentState
= State.ChunkEnd;
548
_currentState
= State.ReadingEnvelopeChunkSize;
553
_currentState
= State.End;
4 references to _currentState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
482
get { return
_currentState
; }
487
get { return
_currentState
.ToString(); }
494
if (
_currentState
< State.ChunkStart)
510
switch (
_currentState
)