1 write to WaitForCancellation
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1816WaitForCancellation = waitForCancellation;
7 references to WaitForCancellation
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (7)
SolutionCrawler\WorkCoordinatorTests.cs (7)
664Assert.False(worker.WaitForCancellation); 818Assert.True(analyzer.WaitForCancellation); 876Assert.True(analyzer.WaitForCancellation); 926Assert.False(analyzer.WaitForCancellation); 1538Assert.False(analyzer.WaitForCancellation); 1565Assert.False(worker.WaitForCancellation); 1959if (WaitForCancellation && !RunningEvent.IsSet)