6 references to TestWithUseExpressionBody
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (6)
src\Analyzers\CSharp\Tests\UseExpressionBody\UseExpressionBodyForConstructorsAnalyzerTests.cs (6)
67await TestWithUseExpressionBody(code, fixedCode); 96await TestWithUseExpressionBody(code, fixedCode); 121await TestWithUseExpressionBody(code, fixedCode); 146await TestWithUseExpressionBody(code, fixedCode); 273await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6); 302await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6);