3 references to ESByte
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
ObjectSerializationTests.cs (3)
297
TestRoundTripValue(
ESByte
.Value);
484
writer.WriteInt64((long)
ESByte
.Value);
524
Assert.Equal((long)
ESByte
.Value, reader.ReadInt64());