3 references to WaitAllRule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Tasks\DoNotUseWhenAllOrWaitAllWithSingleArgument.cs (2)
46
public sealed override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(WhenAllRule,
WaitAllRule
);
73
context.ReportDiagnostic(invocation.CreateDiagnostic(
WaitAllRule
));
Microsoft.NetCore.Analyzers\Tasks\DoNotUseWhenAllOrWaitAllWithSingleArgumentFixer.cs (1)
20
DoNotUseWhenAllOrWaitAllWithSingleArgument.
WaitAllRule
.Id,