1 write to IsAsynchronous
Microsoft.CodeAnalysis.CSharp (1)
Compilation\ForEachStatementInfo.cs (1)
74this.IsAsynchronous = isAsync;
9 references to IsAsynchronous
Microsoft.CodeAnalysis.CSharp (3)
Compilation\ForEachStatementInfo.cs (3)
91return this.IsAsynchronous == other.IsAsynchronous 103return Hash.Combine(IsAsynchronous,
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (5)
CodeGen\CodeGenAwaitForeachTests.cs (5)
939Assert.True(info.IsAsynchronous); 8168Assert.True(info.IsAsynchronous); 8244Assert.True(info.IsAsynchronous); 8322Assert.True(info.IsAsynchronous); 8454Assert.True(info.IsAsynchronous);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ForEachTests.cs (1)
2131Assert.False(loopInfo.IsAsynchronous);