4 writes to _currentState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
98
_currentState
= State.ReadingSize;
139
_currentState
= State.ReadingBytes;
174
_currentState
= State.Done;
193
_currentState
= State.ReadingSize;
3 references to _currentState
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
104
get { return
_currentState
== State.Done; }
111
if (
_currentState
!= State.Done)
122
switch (
_currentState
)