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