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