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