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)
35
return (index >= 0) ? _first[index] :
_second
[-1 - index];
46
_second
[-1 - index] = value;