3 references to Value
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());