2 writes to next
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
ObjectFormatterTests.cs (2)
316
obj[2] = n2 = new ListNode() { data = obj,
next
= n1 };
319
n1.
next
= n2;