2 references to IsIAsyncEnumerableOrEnumerator
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
67=> IsIAsyncEnumerableOrEnumerator(type, knownTypes) || 143else if (IsIAsyncEnumerableOrEnumerator(returnType, knownTypes))