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