1 override of TryGetPartnerLambdaBody
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\DeclarationBody\CSharpLambdaBody.cs (1)
55
public override LambdaBody?
TryGetPartnerLambdaBody
(SyntaxNode newLambda)
2 references to TryGetPartnerLambdaBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1598
var newLambdaBody1 = oldLambdaBody1.
TryGetPartnerLambdaBody
(newNode);
1606
var newLambdaBody2 = oldLambdaBody2.
TryGetPartnerLambdaBody
(newNode);