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