1 override of IsNestedFunction
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1468
internal override bool
IsNestedFunction
(SyntaxNode node)
5 references to IsNestedFunction
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (5)
5749
Debug.Assert(
IsNestedFunction
(newLambda) ==
IsNestedFunction
(oldLambda));
5750
var isNestedFunction =
IsNestedFunction
(newLambda);
6562
Debug.Assert(
IsNestedFunction
(newLambda));
6563
Debug.Assert(
IsNestedFunction
(oldLambda));