1 write to Invocation
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseRangeOperatorDiagnosticAnalyzer.Result.cs (1)
47Invocation = invocation;
3 references to Invocation
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
251var invocation = result.Invocation;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpUseRangeOperatorCodeFixProvider.cs (2)
78return currentRoot.ReplaceNode(result.Invocation, updatedNode); 89var invocation = result.Invocation;