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