1 write to IsAsynchronous
Microsoft.CodeAnalysis.CSharp (1)
Compilation\ForEachStatementInfo.cs (1)
74this.IsAsynchronous = isAsync;
63 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)
1182Assert.True(info.IsAsynchronous); 14413Assert.True(info.IsAsynchronous); 14550Assert.True(info.IsAsynchronous); 14692Assert.True(info.IsAsynchronous); 14885Assert.True(info.IsAsynchronous);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (54)
RefStructInterfacesTests.cs (51)
7579Assert.False(info.IsAsynchronous); 7769Assert.False(info.IsAsynchronous); 7989Assert.False(info.IsAsynchronous); 8179Assert.False(info.IsAsynchronous); 8372Assert.False(info.IsAsynchronous); 8447Assert.False(info.IsAsynchronous); 8651Assert.False(info.IsAsynchronous); 9022Assert.False(info.IsAsynchronous); 9226Assert.False(info.IsAsynchronous); 9390Assert.False(info.IsAsynchronous); 9590Assert.False(info.IsAsynchronous); 9814Assert.False(info.IsAsynchronous); 10023Assert.False(info.IsAsynchronous); 10250Assert.False(info.IsAsynchronous); 10353Assert.False(info.IsAsynchronous); 10448Assert.False(info.IsAsynchronous); 10633Assert.False(info.IsAsynchronous); 10830Assert.False(info.IsAsynchronous); 11071Assert.False(info.IsAsynchronous); 11298Assert.False(info.IsAsynchronous); 11510Assert.False(info.IsAsynchronous); 11610Assert.False(info.IsAsynchronous); 11705Assert.False(info.IsAsynchronous); 14660Assert.True(info.IsAsynchronous); 15001Assert.True(info.IsAsynchronous); 15368Assert.True(info.IsAsynchronous); 15711Assert.True(info.IsAsynchronous); 16059Assert.True(info.IsAsynchronous); 16136Assert.False(info.IsAsynchronous); 16497Assert.True(info.IsAsynchronous); 17162Assert.True(info.IsAsynchronous); 17227Assert.True(info.IsAsynchronous); 17292Assert.True(info.IsAsynchronous); 17376Assert.True(info.IsAsynchronous); 17464Assert.True(info.IsAsynchronous); 17557Assert.True(info.IsAsynchronous); 17654Assert.True(info.IsAsynchronous); 17738Assert.True(info.IsAsynchronous); 18164Assert.False(info.IsAsynchronous); 18361Assert.False(info.IsAsynchronous); 18585Assert.False(info.IsAsynchronous); 18781Assert.False(info.IsAsynchronous); 18982Assert.False(info.IsAsynchronous); 19056Assert.False(info.IsAsynchronous); 19266Assert.False(info.IsAsynchronous); 19601Assert.False(info.IsAsynchronous); 19772Assert.False(info.IsAsynchronous); 19929Assert.False(info.IsAsynchronous); 20097Assert.False(info.IsAsynchronous); 20265Assert.False(info.IsAsynchronous); 20370Assert.False(info.IsAsynchronous);
Semantics\InlineArrayTests.cs (3)
18601Assert.False(forEachInfo.IsAsynchronous); 18927Assert.False(forEachInfo.IsAsynchronous); 19264Assert.False(forEachInfo.IsAsynchronous);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ForEachTests.cs (1)
2132Assert.False(loopInfo.IsAsynchronous);