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)
5867Debug.Assert(IsNestedFunction(newLambda) == IsNestedFunction(oldLambda)); 5868var isNestedFunction = IsNestedFunction(newLambda); 6680Debug.Assert(IsNestedFunction(newLambda)); 6681Debug.Assert(IsNestedFunction(oldLambda));