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