1 write to IsAsynchronous
Microsoft.CodeAnalysis.CSharp (1)
Compilation\ForEachStatementInfo.cs (1)
86
this.
IsAsynchronous
= isAsync;
3 references to IsAsynchronous
Microsoft.CodeAnalysis.CSharp (3)
Compilation\ForEachStatementInfo.cs (3)
105
return this.
IsAsynchronous
== other.
IsAsynchronous
119
return Hash.Combine(
IsAsynchronous
,