2 references to IsNestedFunctionLike
Microsoft.AspNetCore.Components.Analyzers (2)
StateHasChangedAnalyzer.cs (2)
106
var awaitExpressions = body.DescendantNodes(static node => !
IsNestedFunctionLike
(node)).OfType<AwaitExpressionSyntax>().OrderBy(n => n.SpanStart).ToList();
107
var stateCalls = body.DescendantNodes(static node => !
IsNestedFunctionLike
(node)).OfType<InvocationExpressionSyntax>()