1 override of IsNotLambda
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1453
internal override Func<SyntaxNode, bool>
IsNotLambda
1 reference to IsNotLambda
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
404
if (HasUnsupportedOperation(body.GetDescendantNodes(
IsNotLambda
), out var unsupportedNode, out var rudeEdit))