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)
5816Debug.Assert(IsNestedFunction(newLambda) == IsNestedFunction(oldLambda)); 5817var isNestedFunction = IsNestedFunction(newLambda); 6629Debug.Assert(IsNestedFunction(newLambda)); 6630Debug.Assert(IsNestedFunction(oldLambda));