14 references to TestWithUseExpressionBody
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (14)
src\Analyzers\CSharp\Tests\UseExpressionBody\UseExpressionBodyForPropertiesAnalyzerTests.cs (14)
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);
606await TestWithUseExpressionBody(code, code, LanguageVersionExtensions.CSharpNext);
624await TestWithUseExpressionBody(code, code, LanguageVersionExtensions.CSharpNext);