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