14 references to VerifyWorkerAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (14)
Recommendations\BaseKeywordRecommenderTests.cs (1)
94await VerifyWorkerAsync("""
Recommendations\EventKeywordRecommenderTests.cs (1)
314await VerifyWorkerAsync(
Recommendations\FieldKeywordRecommenderTests.cs (1)
91await VerifyWorkerAsync(
Recommendations\OverrideKeywordRecommenderTests.cs (1)
156await VerifyWorkerAsync(
Recommendations\RecommenderTests.cs (4)
164await VerifyWorkerAsync(text, absent: false, options: options); 173await VerifyWorkerAsync(text, absent: false); 185await VerifyWorkerAsync(text, absent: true, options: options); 194await VerifyWorkerAsync(text, absent: true);
Recommendations\RecordKeywordRecommenderTests.cs (3)
312await VerifyWorkerAsync( 324await VerifyWorkerAsync( 336await VerifyWorkerAsync(
Recommendations\StaticKeywordRecommenderTests.cs (3)
387await VerifyWorkerAsync(source, absent: true); 402await VerifyWorkerAsync(source, absent: true); 417await VerifyWorkerAsync(source, absent: true);