5 references to Box
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
527case ConstantValueTypeDiscriminator.Int64: return Boxes.Box(Int64Value);
Microsoft.CodeAnalysis.UnitTests (4)
Collections\BoxesTest.cs (4)
49Assert.Same(Boxes.Box(0L), Boxes.Box(0L)); 50Assert.NotSame(Boxes.Box(3L), Boxes.Box(3L));