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