3 references to IsAwaitKeyword
Microsoft.AspNetCore.Components.Analyzers (3)
StateHasChangedAnalyzer.cs (3)
242case CommonForEachStatementSyntax forEachStatement when IsAwaitKeyword(forEachStatement.AwaitKeyword): 246case UsingStatementSyntax usingStatement when IsAwaitKeyword(usingStatement.AwaitKeyword): 250case LocalDeclarationStatementSyntax declaration when IsAwaitKeyword(declaration.AwaitKeyword):