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