1 write to IsAsync
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
72this.IsAsync = isAsync;
7 references to IsAsync
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (2)
971disposeMethod = enumeratorInfoOpt.IsAsync 978enumeratorInfoOpt.IsAsync,
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
233if (enumeratorInfo.IsAsync) 355Debug.Assert(!enumeratorInfo.IsAsync);
Operations\CSharpOperationFactory.cs (2)
1790var iDisposable = enumeratorInfoOpt.IsAsync 1798isAsynchronous: enumeratorInfoOpt.IsAsync,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ForEachTests.cs (1)
3285else if (enumeratorInfo.IsAsync)