76 references to VerifyCodeFixAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (76)
AddAccessibilityModifiersTests.vb (4)
22Await VerifyVB.VerifyCodeFixAsync( 436Await VerifyVB.VerifyCodeFixAsync(source, source) 441Await VerifyVB.VerifyCodeFixAsync(" 455Await VerifyVB.VerifyCodeFixAsync("
ConvertGetTypeToNameOfTests.vb (6)
27Await VerifyVB.VerifyCodeFixAsync(text, expected) 46Await VerifyVB.VerifyCodeFixAsync(text, expected) 69Await VerifyVB.VerifyCodeFixAsync(text, expected) 98Await VerifyVB.VerifyCodeFixAsync(text, expected) 113Await VerifyVB.VerifyCodeFixAsync(text, text) 137Await VerifyVB.VerifyCodeFixAsync(text, expected)
Diagnostics\OverloadBase\OverloadBaseTests.vb (7)
13Await VerifyVB.VerifyCodeFixAsync( 30Await VerifyVB.VerifyCodeFixAsync( 55Await VerifyVB.VerifyCodeFixAsync( 77Await VerifyVB.VerifyCodeFixAsync(" 108Await VerifyVB.VerifyCodeFixAsync( 127Await VerifyVB.VerifyCodeFixAsync( 148Await VerifyVB.VerifyCodeFixAsync(
MakeMethodSynchronousTests.vb (8)
15Await VerifyVB.VerifyCodeFixAsync( 32Await VerifyVB.VerifyCodeFixAsync( 49Await VerifyVB.VerifyCodeFixAsync( 66Await VerifyVB.VerifyCodeFixAsync( 83Await VerifyVB.VerifyCodeFixAsync( 100Await VerifyVB.VerifyCodeFixAsync( 125Await VerifyVB.VerifyCodeFixAsync( 179Await VerifyVB.VerifyCodeFixAsync(
RemoveAsyncModifierTests.vb (8)
16Await VerifyVB.VerifyCodeFixAsync( 44Await VerifyVB.VerifyCodeFixAsync( 67Await VerifyVB.VerifyCodeFixAsync( 100Await VerifyVB.VerifyCodeFixAsync( 119Await VerifyVB.VerifyCodeFixAsync( 143Await VerifyVB.VerifyCodeFixAsync( 167Await VerifyVB.VerifyCodeFixAsync( 195Await VerifyVB.VerifyCodeFixAsync(
RemoveRedundantEqualityTests.vb (5)
27Await VerifyVB.VerifyCodeFixAsync(code, fixedCode) 58Await VerifyVB.VerifyCodeFixAsync(code, fixedCode) 135Await VerifyVB.VerifyCodeFixAsync(code, fixedCode) 154Await VerifyVB.VerifyCodeFixAsync(code, fixedCode) 189Await VerifyVB.VerifyCodeFixAsync(code, fixedCode)
RemoveSharedFromModuleMembers\RemoveSharedFromModuleMembersTests.vb (12)
18Await VerifyVB.VerifyCodeFixAsync(source, source) 33Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 54Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 69Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 84Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 99Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 126Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 143Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 162Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 179Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 194Await VerifyVB.VerifyCodeFixAsync(source, fixedSource) 215Await VerifyVB.VerifyCodeFixAsync(source, fixedSource)
RemoveUnnecessarySuppressionsTests.vb (4)
54Await VerifyVB.VerifyCodeFixAsync(input, input) 106Await VerifyVB.VerifyCodeFixAsync(input, fixedCode) 137Await VerifyVB.VerifyCodeFixAsync(input, fixedCode) 151Await VerifyVB.VerifyCodeFixAsync(input, input)
SimplifyObjectCreationTests.vb (6)
14Await VerifyVB.VerifyCodeFixAsync(" 79Await VerifyVB.VerifyCodeFixAsync(" 98Await VerifyVB.VerifyCodeFixAsync(" 117Await VerifyVB.VerifyCodeFixAsync(" 136Await VerifyVB.VerifyCodeFixAsync(" 159Await VerifyVB.VerifyCodeFixAsync("
UseExplicitTupleNameTests.vb (8)
14Await VerifyVB.VerifyCodeFixAsync(" 31Await VerifyVB.VerifyCodeFixAsync(" 54Await VerifyVB.VerifyCodeFixAsync(" 79Await VerifyVB.VerifyCodeFixAsync(code, code) 92Await VerifyVB.VerifyCodeFixAsync(code, code) 105Await VerifyVB.VerifyCodeFixAsync(code, code) 110Await VerifyVB.VerifyCodeFixAsync(" 129Await VerifyVB.VerifyCodeFixAsync("
VisualBasicSimplifyLinqExpressionFixAllTests.vb (3)
44Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode) 81Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode) 118Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode)
VisualBasicSimplifyLinqExpressionTests.vb (5)
43Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode) 103Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode) 169Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode) 239Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode) 275Await VisualBasicCodeFixVerifier(Of VisualBasicSimplifyLinqExpressionDiagnosticAnalyzer, VisualBasicSimplifyLinqExpressionCodeFixProvider).VerifyCodeFixAsync(testCode, fixedCode)