1 write to RunningEvent
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1820this.RunningEvent = new ManualResetEventSlim(initialState: false);
10 references to RunningEvent
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (10)
SolutionCrawler\WorkCoordinatorTests.cs (10)
836analyzer.RunningEvent.Wait(); 891analyzer.RunningEvent.Wait(); 892analyzer.RunningEvent.Reset(); 898analyzer.RunningEvent.Wait(); 934analyzer.RunningEvent.Wait(); 1850RunningEvent.Reset(); 1951if (BlockedRun && !RunningEvent.IsSet) 1953this.RunningEvent.Set(); 1959if (WaitForCancellation && !RunningEvent.IsSet) 1961this.RunningEvent.Set();