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