12 references to TestWithUseExpressionBody
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (12)
src\Analyzers\CSharp\Tests\UseExpressionBody\UseExpressionBodyForPropertiesAnalyzerTests.cs (12)
81await TestWithUseExpressionBody(code, fixedCode); 105await TestWithUseExpressionBody(code, code); 130await TestWithUseExpressionBody(code, code); 150await TestWithUseExpressionBody(code, code); 178await TestWithUseExpressionBody(code, fixedCode); 206await TestWithUseExpressionBody(code, fixedCode); 351await TestWithUseExpressionBody(code, fixedCode); 391await TestWithUseExpressionBody(code, fixedCode); 431await TestWithUseExpressionBody(code, fixedCode); 522await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6); 557await TestWithUseExpressionBody(code, fixedCode, LanguageVersion.CSharp6); 581await TestWithUseExpressionBody(code, fixedCode);