2 references to GetLambdaExpressionSymbol
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
5633
var oldLambdaSymbol = isNestedFunction ?
GetLambdaExpressionSymbol
(oldModel.RequiredModel, oldLambda, cancellationToken) : null;
5634
var newLambdaSymbol = isNestedFunction ?
GetLambdaExpressionSymbol
(newModel.RequiredModel, newLambda, cancellationToken) : null;