2 overrides of TestWorkerAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
TypeInferrer\TypeInferrerTests.cs (1)
25protected override async Task TestWorkerAsync(Document document, TextSpan textSpan, string expectedType, TestMode mode)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
TypeInferrer\TypeInferrerTests.vb (1)
19Protected Overrides Async Function TestWorkerAsync(document As Document, textSpan As TextSpan, expectedType As String, testMode As TestMode) As Task
2 references to TestWorkerAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
TypeInferrer\TypeInferrerTestBase.cs (2)
59await TestWorkerAsync(document, textSpan, expectedType, mode); 64await TestWorkerAsync(document2, textSpan, expectedType, mode);