38 references to TestLambdaBody
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (38)
Syntax\LambdaUtilitiesTests.cs (38)
66TestLambdaBody("new Func<int>(() => [|1|])", isLambdaBody: true); 67TestLambdaBody("new Func<int, int>(x => [|x|])", isLambdaBody: true); 68TestLambdaBody("new Func<int, int>((x) => [|x|])", isLambdaBody: true); 69TestLambdaBody("new Func<int, int>(x => [|{ return x; }|])", isLambdaBody: true); 70TestLambdaBody("new Func<int>(delegate [|{ return 1; }|] )", isLambdaBody: true); 76TestLambdaBody( 79TestLambdaBody( 86TestLambdaBody( 89TestLambdaBody( 92TestLambdaBody( 99TestLambdaBody( 102TestLambdaBody( 109TestLambdaBody( 116TestLambdaBody( 123TestLambdaBody( 126TestLambdaBody( 129TestLambdaBody( 132TestLambdaBody( 135TestLambdaBody( 138TestLambdaBody( 141TestLambdaBody( 144TestLambdaBody( 147TestLambdaBody( 150TestLambdaBody( 153TestLambdaBody( 156TestLambdaBody( 159TestLambdaBody( 162TestLambdaBody( 169TestLambdaBody( 172TestLambdaBody( 175TestLambdaBody( 178TestLambdaBody( 181TestLambdaBody( 184TestLambdaBody( 187TestLambdaBody( 190TestLambdaBody( 193TestLambdaBody( 196TestLambdaBody(