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