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