2 references to IsIterator
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
130if (IsIEnumerable(returnType, knownTypes) && IsIterator(methodSymbol, cancellationToken)) 136else if (IsIEnumerator(returnType, knownTypes) && IsIterator(methodSymbol, cancellationToken))