6 references to State
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (6)
ResultProvider.cs (6)
1047
private
State
_state;
1053
_state =
State
.Initialized;
1065
if (_state !=
State
.Executing)
1073
Debug.Assert(_state !=
State
.Executing);
1074
_state =
State
.Executing;
1088
_state =
State
.Executed;