1 override of GetAsyncSupportingDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\CSharpConsoleSnippetProvider.cs (1)
37
protected override SyntaxNode?
GetAsyncSupportingDeclaration
(SyntaxToken token)
1 reference to GetAsyncSupportingDeclaration
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetProviders\AbstractConsoleSnippetProvider.cs (1)
67
var declaration =
GetAsyncSupportingDeclaration
(token);