2 overrides of TestWorkerAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
TypeInferrer\TypeInferrerTests.cs (1)
25
protected override async Task
TestWorkerAsync
(Document document, TextSpan textSpan, string expectedType, TestMode mode)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
TypeInferrer\TypeInferrerTests.vb (1)
19
Protected 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)
59
await
TestWorkerAsync
(document, textSpan, expectedType, mode);
64
await
TestWorkerAsync
(document2, textSpan, expectedType, mode);