7 references to IsAsync
Microsoft.CodeAnalysis.CSharp (7)
Binder\ForEachLoopBinder.cs (7)
203
if (
IsAsync
)
226
var messageId =
IsAsync
? MessageID.IDS_FeatureExtensionGetAsyncEnumerator : MessageID.IDS_FeatureExtensionGetEnumerator;
236
if (
IsAsync
)
558
if (builder.NeedsDisposal &&
IsAsync
)
568
IsIEnumerableT(builder.CollectionType.OriginalDefinition,
IsAsync
, Compilation) ||
703
bool isAsync =
IsAsync
;
770
if (collectionExprType.Kind == SymbolKind.DynamicType &&
IsAsync
)