2 references to IsAsyncDeclaration
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2712
=> SyntaxUtilities.
IsAsyncDeclaration
(declaration) || SyntaxUtilities.IsIterator(declaration);
EditAndContinue\DeclarationBody\CSharpLambdaBody.cs (1)
31
IsAsync: SyntaxUtilities.
IsAsyncDeclaration
(node.Parent!),