1 write to IsAsync
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
85
this.
IsAsync
= isAsync;
6 references to IsAsync
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (2)
980
disposeMethod = enumeratorInfoOpt.
IsAsync
987
enumeratorInfoOpt.
IsAsync
,
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
292
if (enumeratorInfo.
IsAsync
)
419
Debug.Assert(!enumeratorInfo.
IsAsync
);
Operations\CSharpOperationFactory.cs (2)
1897
var iDisposable = enumeratorInfoOpt.
IsAsync
1905
isAsynchronous: enumeratorInfoOpt.
IsAsync
,