1 override of IsGenericLocalFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1465internal override bool IsGenericLocalFunction(SyntaxNode node)
3 references to IsGenericLocalFunction
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
5788if ((IsGenericLocalFunction(oldLambda) || IsGenericLocalFunction(newLambda)) && 6907if (IsGenericLocalFunction(current))