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