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