20 references to VerifyWorkerAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (20)
Recommendations\BaseKeywordRecommenderTests.cs (1)
84await VerifyWorkerAsync(@"
Recommendations\EventKeywordRecommenderTests.cs (1)
260await VerifyWorkerAsync(
Recommendations\FieldKeywordRecommenderTests.cs (1)
83await VerifyWorkerAsync(
Recommendations\OverrideKeywordRecommenderTests.cs (1)
135await VerifyWorkerAsync(
Recommendations\RecommenderTests.cs (8)
165await VerifyWorkerAsync(text, absent: false, options: options); 166await VerifyWorkerAsync(text, absent: false, options: scriptOptions ?? Options.Script); 174await VerifyWorkerAsync(text, absent: false); 178await VerifyWorkerAsync(text, absent: false, options: Options.Script); 186await VerifyWorkerAsync(text, absent: true, options: options); 187await VerifyWorkerAsync(text, absent: true, options: scriptOptions ?? Options.Script); 195await VerifyWorkerAsync(text, absent: true); 198await VerifyWorkerAsync(text, absent: true, options: Options.Script);
Recommendations\RecordKeywordRecommenderTests.cs (3)
262await VerifyWorkerAsync( 272await VerifyWorkerAsync( 282await VerifyWorkerAsync(
Recommendations\RefKeywordRecommenderTests.cs (2)
777await VerifyWorkerAsync( 791await VerifyWorkerAsync(
Recommendations\StaticKeywordRecommenderTests.cs (3)
335await VerifyWorkerAsync(source, absent: true); 348await VerifyWorkerAsync(source, absent: true); 361await VerifyWorkerAsync(source, absent: true);