4 references to Invocation
Microsoft.CodeAnalysis.CSharp.Features (4)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
313
var invocation = result.
Invocation
;
src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (3)
74
return currentRoot.ReplaceNode(result.
Invocation
, updatedNode);
85
var invocation = result.
Invocation
;
159
if (result.
Invocation
.ArgumentList.Arguments.Count == 1)