2 references to ParameterName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Analyzer.cs (1)
113
properties.Add(
ParameterName
, invocationTokenParameterName); // If the passed argument should be named, then this will be non-null
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (1)
88
if (!properties.TryGetValue(ForwardCancellationTokenToInvocationsAnalyzer.
ParameterName
, out var parameterName))