I often see the usage of “await keyword”, “await expression”, ” await operator” and “await statement” interchangeably across different articles/blogs and resources. For example, if you like to see the details of the await “keyword” from the online link https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/, you will be redirected to an article( see https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/await) that uses the term “await operator”.
You can easily find other forms as well. I am curious to know: To describe await, would you like to use the word- keyword, operator, statement, or anything else? I understand that many of us may not care about this, but I’d like to know your thoughts.