2 references to IsIAsyncEnumeratorType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\MethodSymbolExtensions.cs (1)
189
&& method.ReturnType.
IsIAsyncEnumeratorType
(compilation);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1606
!returnType.
IsIAsyncEnumeratorType
(declaringCompilation) &&