1 write to Arguments
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (1)
184
Arguments
= arguments;
3 references to Arguments
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (3)
76
foreach (TArgumentSyntax argument in fix.
Arguments
)
87
ImmutableArray<TArgumentSyntax>.Builder currentArguments = ImmutableArray.CreateBuilder<TArgumentSyntax>(fix.
Arguments
.Length);
88
foreach (TArgumentSyntax argument in fix.
Arguments
)