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