2 overrides of AwaitExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3240public override SyntaxNode AwaitExpression(SyntaxNode expression)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
89Public Overrides Function AwaitExpression(expression As SyntaxNode) As SyntaxNode
2 references to AwaitExpression
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\AddAwait\AbstractAddAwaitCodeRefactoringProvider.cs (1)
125.AddParentheses(generator.AwaitExpression(withoutTrivia))
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
134replacementSyntax = generator.AwaitExpression(replacementSyntax);