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)
7578Assert.False(info.IsAsynchronous); 7768Assert.False(info.IsAsynchronous); 7988Assert.False(info.IsAsynchronous); 8178Assert.False(info.IsAsynchronous); 8371Assert.False(info.IsAsynchronous); 8446Assert.False(info.IsAsynchronous); 8650Assert.False(info.IsAsynchronous); 9021Assert.False(info.IsAsynchronous); 9225Assert.False(info.IsAsynchronous); 9389Assert.False(info.IsAsynchronous); 9589Assert.False(info.IsAsynchronous); 9813Assert.False(info.IsAsynchronous); 10022Assert.False(info.IsAsynchronous); 10249Assert.False(info.IsAsynchronous); 10352Assert.False(info.IsAsynchronous); 10447Assert.False(info.IsAsynchronous); 10632Assert.False(info.IsAsynchronous); 10829Assert.False(info.IsAsynchronous); 11070Assert.False(info.IsAsynchronous); 11297Assert.False(info.IsAsynchronous); 11509Assert.False(info.IsAsynchronous); 11609Assert.False(info.IsAsynchronous); 11704Assert.False(info.IsAsynchronous); 14261Assert.True(info.IsAsynchronous); 14602Assert.True(info.IsAsynchronous); 14969Assert.True(info.IsAsynchronous); 15312Assert.True(info.IsAsynchronous); 15660Assert.True(info.IsAsynchronous); 15737Assert.False(info.IsAsynchronous); 16098Assert.True(info.IsAsynchronous); 16763Assert.True(info.IsAsynchronous); 16828Assert.True(info.IsAsynchronous); 16893Assert.True(info.IsAsynchronous); 16977Assert.True(info.IsAsynchronous); 17065Assert.True(info.IsAsynchronous); 17158Assert.True(info.IsAsynchronous); 17255Assert.True(info.IsAsynchronous); 17339Assert.True(info.IsAsynchronous); 17765Assert.False(info.IsAsynchronous); 17962Assert.False(info.IsAsynchronous); 18186Assert.False(info.IsAsynchronous); 18382Assert.False(info.IsAsynchronous); 18583Assert.False(info.IsAsynchronous); 18657Assert.False(info.IsAsynchronous); 18867Assert.False(info.IsAsynchronous); 19202Assert.False(info.IsAsynchronous); 19373Assert.False(info.IsAsynchronous); 19530Assert.False(info.IsAsynchronous); 19698Assert.False(info.IsAsynchronous); 19866Assert.False(info.IsAsynchronous); 19971Assert.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);