3 references to s_asyncToken
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (3)
182
return modifiers.Add(
s_asyncToken
);
185
var result = SyntaxFactory.TokenList(
s_asyncToken
.WithLeadingTrivia(newReturnType.GetLeadingTrivia()));
193
.WithAsyncKeyword(
s_asyncToken
.WithPrependedLeadingTrivia(anonymous.GetLeadingTrivia()));