2 references to IsIAsyncEnumerableOrEnumerator
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\MakeMethodAsynchronous\CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
68=> IsIAsyncEnumerableOrEnumerator(type, knownTypes) || 153else if (IsIAsyncEnumerableOrEnumerator(returnType, knownTypes))