31 references to VerifyCodeFixAsync
Microsoft.CodeAnalysis.Analyzers.UnitTests (15)
FixAnalyzers\FixerWithFixAllAnalyzerTests.Fixer.cs (4)
81await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 145await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 205await VerifyCS.VerifyCodeFixAsync(source, source); 310await VerifyCS.VerifyCodeFixAsync(source, fixedSource);
MetaAnalyzers\ConfigureGeneratedCodeAnalysisAnalyzerTests.cs (2)
48await VerifyCS.VerifyCodeFixAsync(code, fixedCode); 177await VerifyCS.VerifyCodeFixAsync(code, fixedCode);
MetaAnalyzers\EnableConcurrentExecutionAnalyzerTests.cs (2)
48await VerifyCS.VerifyCodeFixAsync(code, fixedCode); 177await VerifyCS.VerifyCodeFixAsync(code, fixedCode);
MetaAnalyzers\PreferIsKindAnalyzerTests.cs (6)
59await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 127await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 197await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 401await VerifyCS.VerifyCodeFixAsync(source, source); 456await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 503await VerifyCS.VerifyCodeFixAsync(source, source);
UseReturnValueFromImmutableObjectMethodTests.cs (1)
189await VerifyCS.VerifyCodeFixAsync(source, source);
Roslyn.Diagnostics.Analyzers.UnitTests (16)
PartsExportedWithMEFv2MustBeMarkedAsSharedTests.cs (2)
122await VerifyCS.VerifyCodeFixAsync(@" 162await VerifyCS.VerifyCodeFixAsync(@"
PreferNullLiteralTests.cs (14)
40await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 60await VerifyCS.VerifyCodeFixAsync(source, source); 174await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 239await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 284await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 329await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 374await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 390await VerifyCS.VerifyCodeFixAsync(source, source); 406await VerifyCS.VerifyCodeFixAsync(source, source); 422await VerifyCS.VerifyCodeFixAsync(source, source); 449await VerifyCS.VerifyCodeFixAsync(source, fixedSource); 466await VerifyCS.VerifyCodeFixAsync(source, source); 483await VerifyCS.VerifyCodeFixAsync(source, source); 505await VerifyCS.VerifyCodeFixAsync(source, source);