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