3 references to EULong
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
ObjectSerializationTests.cs (3)
305
TestRoundTripValue(
EULong
.Value);
496
writer.WriteInt64((long)
EULong
.Value);
535
Assert.Equal((long)
EULong
.Value, reader.ReadInt64());