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)
939Assert.True(info.IsAsynchronous); 9110Assert.True(info.IsAsynchronous); 9186Assert.True(info.IsAsynchronous); 9264Assert.True(info.IsAsynchronous); 9396Assert.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); 14262Assert.True(info.IsAsynchronous); 14603Assert.True(info.IsAsynchronous); 14970Assert.True(info.IsAsynchronous); 15313Assert.True(info.IsAsynchronous); 15661Assert.True(info.IsAsynchronous); 15738Assert.False(info.IsAsynchronous); 16099Assert.True(info.IsAsynchronous); 16764Assert.True(info.IsAsynchronous); 16829Assert.True(info.IsAsynchronous); 16894Assert.True(info.IsAsynchronous); 16978Assert.True(info.IsAsynchronous); 17066Assert.True(info.IsAsynchronous); 17159Assert.True(info.IsAsynchronous); 17256Assert.True(info.IsAsynchronous); 17340Assert.True(info.IsAsynchronous); 17766Assert.False(info.IsAsynchronous); 17963Assert.False(info.IsAsynchronous); 18187Assert.False(info.IsAsynchronous); 18383Assert.False(info.IsAsynchronous); 18584Assert.False(info.IsAsynchronous); 18658Assert.False(info.IsAsynchronous); 18868Assert.False(info.IsAsynchronous); 19203Assert.False(info.IsAsynchronous); 19374Assert.False(info.IsAsynchronous); 19531Assert.False(info.IsAsynchronous); 19699Assert.False(info.IsAsynchronous); 19867Assert.False(info.IsAsynchronous); 19972Assert.False(info.IsAsynchronous);
Semantics\InlineArrayTests.cs (3)
18595Assert.False(forEachInfo.IsAsynchronous); 18921Assert.False(forEachInfo.IsAsynchronous); 19258Assert.False(forEachInfo.IsAsynchronous);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ForEachTests.cs (1)
2132Assert.False(loopInfo.IsAsynchronous);