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