2 overrides of IsNestedFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1479
internal override bool
IsNestedFunction
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1410
Friend Overrides Function
IsNestedFunction
(node As SyntaxNode) As Boolean
3 references to IsNestedFunction
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
5846
Debug.Assert(
IsNestedFunction
(newLambda) ==
IsNestedFunction
(oldLambda));
5849
if (!
IsNestedFunction
(newLambda))