1 reference to AnalyzeForEachLoop
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotUseAsParallelInForEachLoop.cs (1)
66
context.RegisterOperationAction(ctx =>
AnalyzeForEachLoop
(ctx, asParallelMethods), OperationKind.Loop);