3 references to IsNonCancelableTaskDelay
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Tasks\DoNotUseNonCancelableTaskDelayWithWhenAny.cs (3)
80
if (
IsNonCancelableTaskDelay
(element, taskType, cancellationTokenType))
93
if (
IsNonCancelableTaskDelay
(element, taskType, cancellationTokenType))
103
if (
IsNonCancelableTaskDelay
(argument, taskType, cancellationTokenType))