1 write to BlockEvent
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1819this.BlockEvent = new ManualResetEventSlim(initialState: false);
3 references to BlockEvent
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
SolutionCrawler\WorkCoordinatorTests.cs (3)
949analyzer.BlockEvent.Set(); 1849BlockEvent.Reset(); 1956this.BlockEvent.Wait();