2 references to IsIterator
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
130
if (IsIEnumerable(returnType, knownTypes) &&
IsIterator
(methodSymbol, cancellationToken))
136
else if (IsIEnumerator(returnType, knownTypes) &&
IsIterator
(methodSymbol, cancellationToken))