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