2 overrides of AwaitExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3240
public override SyntaxNode
AwaitExpression
(SyntaxNode expression)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
89
Public 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)
134
replacementSyntax = generator.
AwaitExpression
(replacementSyntax);