9 references to TestWithUseExpressionBody
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (9)
src\Analyzers\CSharp\Tests\UseExpressionBody\UseExpressionBodyForAccessorsAnalyzerTests.cs (9)
116await TestWithUseExpressionBody(code, fixedCode); 176await TestWithUseExpressionBody(code, fixedCode); 236await TestWithUseExpressionBody(code, fixedCode); 269await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp9); 340await TestWithUseExpressionBody(code, fixedCode); 371await TestWithUseExpressionBody(code, fixedCode); 409await TestWithUseExpressionBody(code, fixedCode); 921await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6); 955await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6);