3 references to IsNonCancelableTaskDelay
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Tasks\DoNotUseNonCancelableTaskDelayWithWhenAny.cs (3)
79
if (
IsNonCancelableTaskDelay
(element, taskType, cancellationTokenType))
91
if (
IsNonCancelableTaskDelay
(element, taskType, cancellationTokenType))
101
if (
IsNonCancelableTaskDelay
(argument, taskType, cancellationTokenType))