2 references to IsValidGetAsyncEnumerator
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\DeclarationName\DeclarationNameRecommender.cs (1)
136
.FirstOrDefault(m => m.IsValidGetEnumerator() || m.
IsValidGetAsyncEnumerator
())
Microsoft.CodeAnalysis.Features (1)
AddImport\SymbolReferenceFinder.cs (1)
529
static m => m.
IsValidGetAsyncEnumerator
(),