5 references to IsNestedFunction
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (5)
5630Debug.Assert(IsNestedFunction(newLambda) == IsNestedFunction(oldLambda)); 5631var isNestedFunction = IsNestedFunction(newLambda); 6443Debug.Assert(IsNestedFunction(newLambda)); 6444Debug.Assert(IsNestedFunction(oldLambda));