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