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