TagHelpersInCodeBlocksAnalyzerTest.cs (10)
295return VerifyAnalyzerAsync(source, diagnosticResult, CS4033Result.WithLocation(1), CS4033Result.WithLocation(2));
480return VerifyAnalyzerAsync(source, diagnosticResult, CS4033Result.WithLocation(1), CS4033Result.WithLocation(2));
890CS4033Result.WithLocation(1),
891CS4033Result.WithLocation(2),
892CS4033Result.WithLocation(3),
893CS4033Result.WithLocation(4),
894CS4033Result.WithLocation(5),
895CS4033Result.WithLocation(6));