3 references to Op2
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (3)
195
var endOperation = result.
Op2
;
255
Contract.ThrowIfNull(result.
Op2
);
260
var constant2 = GetInt32Value(result.
Op2
);