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