3 references to Value
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
ObjectSerializationTests.cs (3)
304
TestRoundTripValue(ELong.
Value
);
495
writer.WriteInt64((long)ELong.
Value
);
534
Assert.Equal((long)ELong.
Value
, reader.ReadInt64());