1 write to IsAsync
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
85this.IsAsync = isAsync;
6 references to IsAsync
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (2)
980disposeMethod = enumeratorInfoOpt.IsAsync 987enumeratorInfoOpt.IsAsync,
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
292if (enumeratorInfo.IsAsync) 419Debug.Assert(!enumeratorInfo.IsAsync);
Operations\CSharpOperationFactory.cs (2)
1897var iDisposable = enumeratorInfoOpt.IsAsync 1905isAsynchronous: enumeratorInfoOpt.IsAsync,