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)
5801
if (!
IsLocalFunction
(oldLambda) &&
5951
oldHasLambdas |= !
IsLocalFunction
(oldLambda);
5969
if (isInInterface &&
IsLocalFunction
(newLambda))
5992
var isLocalFunction =
IsLocalFunction
(newLambda);
6565
if (
IsLocalFunction
(oldLambda) !=
IsLocalFunction
(newLambda))