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