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