2 references to TryGetPartnerLambdaBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1479
var newLambdaBody1 = oldLambdaBody1.
TryGetPartnerLambdaBody
(newNode);
1487
var newLambdaBody2 = oldLambdaBody2.
TryGetPartnerLambdaBody
(newNode);