コード例 #1
0
 public void RemoveAll()
 {
     StateToCurrentLoops.Clear();
     UnderlyingScheduler.RemoveAll();
 }
コード例 #2
0
 public void RemoveAll()
 {
     UnderlyingStateScheduler.RemoveAll();
 }
コード例 #3
0
 public void RemoveAll()
 {
     Debug.Assert(EscapingBlocks != null, "Escaping blocks not set");
     LoopEscapingStates.Clear();
     UnderlyingScheduler.RemoveAll();
 }