2 overrides of IsLocalFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1476
internal override bool
IsLocalFunction
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1414
Friend Overrides Function
IsLocalFunction
(node As SyntaxNode) As Boolean
6 references to IsLocalFunction
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (6)
1491
if (
IsLocalFunction
(match.OldRoot) &&
IsLocalFunction
(match.NewRoot))
5337
if (isInInterfaceDeclaration &&
IsLocalFunction
(newLambda))
5390
if (
IsLocalFunction
(newLambda))
5854
if (
IsLocalFunction
(oldLambda) !=
IsLocalFunction
(newLambda))