7 references to None
System.Collections.Concurrent (7)
System\Collections\Concurrent\ConcurrentBag.cs (7)
631if (queue._currentOp != (int)Operation.None) 635while (queue._currentOp != (int)Operation.None); 736_currentOp = (int)Operation.None; // set back to None temporarily to avoid a deadlock 781_currentOp = (int)Operation.None; // set back to None to avoid a deadlock 833_currentOp = (int)Operation.None; 898_currentOp = (int)Operation.None; // set back to None to avoid a deadlock 923_currentOp = (int)Operation.None;