1 write to Op2
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseRangeOperatorDiagnosticAnalyzer.Result.cs (1)
51
Op2
= op2;
3 references to Op2
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpUseRangeOperatorCodeFixProvider.cs (3)
143
var endOperation = result.
Op2
;
199
Contract.ThrowIfNull(result.
Op2
);
204
var constant2 = GetInt32Value(result.
Op2
);