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