3 references to GetLambdaBodies
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
5704
foreach (var (oldLambda, oldLambdaBody1, oldLambdaBody2) in
GetLambdaBodies
(oldMemberBody))
5712
foreach (var (newLambda, newLambdaBody1, newLambdaBody2) in
GetLambdaBodies
(newMemberBody))
5875
foreach (var (lambda, lambdaBody1, lambdaBody2) in
GetLambdaBodies
(memberBody))