1 write to IsAsync
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
72
this.
IsAsync
= isAsync;
7 references to IsAsync
Microsoft.CodeAnalysis.CSharp (6)
Compilation\MemberSemanticModel.cs (2)
971
disposeMethod = enumeratorInfoOpt.
IsAsync
978
enumeratorInfoOpt.
IsAsync
,
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
233
if (enumeratorInfo.
IsAsync
)
355
Debug.Assert(!enumeratorInfo.
IsAsync
);
Operations\CSharpOperationFactory.cs (2)
1790
var iDisposable = enumeratorInfoOpt.
IsAsync
1798
isAsynchronous: enumeratorInfoOpt.
IsAsync
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ForEachTests.cs (1)
3285
else if (enumeratorInfo.
IsAsync
)