2 references to IsNestedFunctionLike
Microsoft.AspNetCore.Components.Analyzers (2)
StateHasChangedAnalyzer.cs (2)
109foreach (var node in body.DescendantNodes(static node => !IsNestedFunctionLike(node))) 125var stateCalls = body.DescendantNodes(static node => !IsNestedFunctionLike(node)).OfType<InvocationExpressionSyntax>()