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