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