1 override of IsLocalFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1462
internal override bool
IsLocalFunction
(SyntaxNode node)
6 references to IsLocalFunction
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
5924
if (!
IsLocalFunction
(oldLambda) &&
6074
oldHasLambdas |= !
IsLocalFunction
(oldLambda);
6092
if (isInInterface &&
IsLocalFunction
(newLambda))
6115
var isLocalFunction =
IsLocalFunction
(newLambda);
6688
if (
IsLocalFunction
(oldLambda) !=
IsLocalFunction
(newLambda))