5 references to Box
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
522case ConstantValueTypeDiscriminator.Byte: return Boxes.Box(ByteValue);
Microsoft.CodeAnalysis.UnitTests (4)
Collections\BoxesTest.cs (4)
22Assert.Same(Boxes.Box((byte)0), Boxes.Box((byte)0)); 23Assert.NotSame(Boxes.Box((byte)3), Boxes.Box((byte)3));