2 writes to Index
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
230
var d = new DebugInfo {
Index
= index };
2552
Index
= start,
6 references to Index
System.Linq.Expressions (6)
System\Linq\Expressions\Interpreter\LightCompiler.cs (6)
221
if (d1.
Index
> d2.
Index
) return 1;
222
else if (d1.
Index
== d2.
Index
) return 0;
255
return string.Create(CultureInfo.InvariantCulture, $"{
Index
}: clear");
259
return string.Create(CultureInfo.InvariantCulture, $"{
Index
}: [{StartLine}-{EndLine}] '{FileName}'");