3 references to EByte
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
ObjectSerializationTests.cs (3)
298
TestRoundTripValue(
EByte
.Value);
489
writer.WriteInt64((long)
EByte
.Value);
528
Assert.Equal((long)
EByte
.Value, reader.ReadInt64());