1 reference to AnalyzeAwaitForEachLoopOperation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.cs (1)
88
context.RegisterOperationAction(ctx =>
AnalyzeAwaitForEachLoopOperation
(ctx, iAsyncEnumerable, configuredAsyncEnumerable), OperationKind.Loop);