2 references to ArgumentName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Analyzer.cs (1)
112
properties.Add(
ArgumentName
, cancellationTokenArgumentName); // The new argument to pass to the invocation
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (1)
81
if (!properties.TryGetValue(ForwardCancellationTokenToInvocationsAnalyzer.
ArgumentName
, out var argumentName) ||