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