2 overrides of TryGetPartnerLambdaBody
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
561protected override SyntaxNode? TryGetPartnerLambdaBody(SyntaxNode oldBody, SyntaxNode newLambda)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
652Protected Overrides Function TryGetPartnerLambdaBody(oldBody As SyntaxNode, newLambda As SyntaxNode) As SyntaxNode
2 references to TryGetPartnerLambdaBody
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1381var newLambdaBody1 = TryGetPartnerLambdaBody(oldLambdaBody1, newNode); 1389var newLambdaBody2 = TryGetPartnerLambdaBody(oldLambdaBody2, newNode);