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)
122await VerifyWorkerAsync(
Recommendations\OverrideKeywordRecommenderTests.cs (1)
156await VerifyWorkerAsync(
Recommendations\RecommenderTests.cs (4)
168await VerifyWorkerAsync(text, absent: false, options: options); 177await VerifyWorkerAsync(text, absent: false); 192await VerifyWorkerAsync(text, absent: true, options: options); 203await 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);