3 references to Add_await
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\AddAwait\CSharpAddAwaitCodeRefactoringProvider.cs (1)
25
=> CSharpCodeFixesResources.
Add_await
;
src\Analyzers\CSharp\CodeFixes\MakeStatementAsynchronous\CSharpMakeStatementAsynchronousCodeFixProvider.cs (2)
44
RegisterCodeFix(context, CSharpCodeFixesResources.
Add_await
, nameof(CSharpCodeFixesResources.
Add_await
));