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