1 instantiation of Fix
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (1)
141
fix = new
Fix
(invocation, expression, arguments, argumentName!, parameterName!, paramsArrayType);
3 references to Fix
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\ForwardCancellationTokenToInvocations.Fixer.cs (3)
70
if (!TryGetFix(model, editor.OriginalRoot, diagnostic, cancellationToken, out
Fix
fix))
97
private bool TryGetFix(SemanticModel model, SyntaxNode root, Diagnostic diagnostic, CancellationToken cancellationToken, out
Fix
fix)
145
private SyntaxNode GenerateInvocation(SyntaxGenerator generator, in
Fix
fix, SyntaxNode expression, ImmutableArray<TArgumentSyntax> currentArguments)