1 write to _second
System.Linq.Expressions (1)
System\Runtime\CompilerServices\RuntimeOps.MergedRuntimeVariables.cs (1)
24_second = second;
2 references to _second
System.Linq.Expressions (2)
System\Runtime\CompilerServices\RuntimeOps.MergedRuntimeVariables.cs (2)
35return (index >= 0) ? _first[index] : _second[-1 - index]; 46_second[-1 - index] = value;