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