22 references to VerifyCodeFixAsync
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (20)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumsShouldHaveZeroValueTests.Fixer.cs (3)
98await VerifyCS.VerifyCodeFixAsync( 145await VerifyCS.VerifyCodeFixAsync( 214await VerifyCS.VerifyCodeFixAsync(
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotContainUnderscoresTests.cs (7)
239await VerifyCS.VerifyCodeFixAsync(@" 315await VerifyCS.VerifyCodeFixAsync(@" 391await VerifyCS.VerifyCodeFixAsync(@" 471await VerifyCS.VerifyCodeFixAsync(@" 490await VerifyCS.VerifyCodeFixAsync(@" 605await VerifyCS.VerifyCodeFixAsync(@" 850await VerifyCS.VerifyCodeFixAsync(@"
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsAndOperatorEqualsOnValueTypesTests.Fixer.cs (1)
19await VerifyCS.VerifyCodeFixAsync(@"
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideMethodsOnComparableTypesTests.Fixer.cs (1)
618await VerifyCS.VerifyCodeFixAsync(@"
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocationsTests.cs (8)
113await VerifyCS.VerifyCodeFixAsync( 138await VerifyCS.VerifyCodeFixAsync( 302await VerifyCS.VerifyCodeFixAsync( 315await VerifyCS.VerifyCodeFixAsync( 471await VerifyCS.VerifyCodeFixAsync( 515await VerifyCS.VerifyCodeFixAsync( 571await VerifyCS.VerifyCodeFixAsync( 692await VerifyCS.VerifyCodeFixAsync(
Test.Utilities (2)
CSharpCodeFixVerifier`2.cs (2)
38=> await VerifyCodeFixAsync(source, DiagnosticResult.EmptyDiagnosticResults, fixedSource); 41=> await VerifyCodeFixAsync(source, new[] { expected }, fixedSource);