9 references to State
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (9)
89
private
State
_currentState;
98
_currentState =
State
.ReadingSize;
104
get { return _currentState ==
State
.Done; }
111
if (_currentState !=
State
.Done)
124
case
State
.ReadingSize:
139
_currentState =
State
.ReadingBytes;
143
case
State
.ReadingBytes:
174
_currentState =
State
.Done;
193
_currentState =
State
.ReadingSize;