2 references to VerifyCodeFixAsync
Test.Utilities (2)
VisualBasicCodeFixVerifier`2.cs (2)
39
=> await
VerifyCodeFixAsync
(source, DiagnosticResult.EmptyDiagnosticResults, fixedSource);
42
=> await
VerifyCodeFixAsync
(source, new[] { expected }, fixedSource);