1 reference to IsIEnumerable
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (1)
130
if (
IsIEnumerable
(returnType, knownTypes) && IsIterator(methodSymbol, cancellationToken))