3 references to EUInt
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
ObjectSerializationTests.cs (3)
303
TestRoundTripValue(
EUInt
.Value);
494
writer.WriteInt64((long)
EUInt
.Value);
533
Assert.Equal((long)
EUInt
.Value, reader.ReadInt64());