12 references to TestWithUseExpressionBody
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (12)
src\Analyzers\CSharp\Tests\UseExpressionBody\UseExpressionBodyForPropertiesAnalyzerTests.cs (12)
88await TestWithUseExpressionBody(code, fixedCode); 112await TestWithUseExpressionBody(code, code); 137await TestWithUseExpressionBody(code, code); 157await TestWithUseExpressionBody(code, code); 185await TestWithUseExpressionBody(code, fixedCode); 213await TestWithUseExpressionBody(code, fixedCode); 358await TestWithUseExpressionBody(code, fixedCode); 398await TestWithUseExpressionBody(code, fixedCode); 438await TestWithUseExpressionBody(code, fixedCode); 529await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6); 564await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6); 588await TestWithUseExpressionBody(code, fixedCode);