2 references to IsIterator
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
131if (IsIEnumerable(returnType, knownTypes) && IsIterator(methodSymbol, cancellationToken)) 137else if (IsIEnumerator(returnType, knownTypes) && IsIterator(methodSymbol, cancellationToken))