9 references to TestWithUseExpressionBody
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (9)
src\Analyzers\CSharp\Tests\UseExpressionBody\UseExpressionBodyForAccessorsAnalyzerTests.cs (9)
109await TestWithUseExpressionBody(code, fixedCode);
169await TestWithUseExpressionBody(code, fixedCode);
229await TestWithUseExpressionBody(code, fixedCode);
262await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp9);
333await TestWithUseExpressionBody(code, fixedCode);
364await TestWithUseExpressionBody(code, fixedCode);
402await TestWithUseExpressionBody(code, fixedCode);
800await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6);
834await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6);