4 references to TestInRegularAndScriptAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
CodeRefactorings\AddMissingImports\CSharpAddMissingImportsRefactoringProviderTests.cs (4)
140await TestInRegularAndScriptAsync(code, expected, placeSystemNamespaceFirst: true, separateImportDirectiveGroups: false); 188await TestInRegularAndScriptAsync(code, expected, placeSystemNamespaceFirst: false, separateImportDirectiveGroups: false); 237await TestInRegularAndScriptAsync(code, expected, placeSystemNamespaceFirst: false, separateImportDirectiveGroups: true); 388await TestInRegularAndScriptAsync(code, expected, placeSystemNamespaceFirst: false, separateImportDirectiveGroups: false);