15 references to ReadInt64
Microsoft.CodeAnalysis (3)
Serialization\ObjectReader.cs (2)
190Low64 = ReadInt64(), 191High64 = ReadInt64()
Syntax\SyntaxAnnotation.cs (1)
57_id = reader.ReadInt64();
Microsoft.CodeAnalysis.UnitTests (12)
ObjectSerializationTests.cs (12)
102? (T)Enum.ToObject(typeof(T), r.ReadInt64()) 163? (T)Enum.ToObject(typeof(T), reader.ReadInt64()) 888Assert.Equal(Int64.MaxValue, reader.ReadInt64()); 1009Assert.Equal((long)ConsoleColor.Cyan, reader.ReadInt64()); 1010Assert.Equal((long)EByte.Value, reader.ReadInt64()); 1011Assert.Equal((long)ESByte.Value, reader.ReadInt64()); 1012Assert.Equal((long)EShort.Value, reader.ReadInt64()); 1013Assert.Equal((long)EUShort.Value, reader.ReadInt64()); 1014Assert.Equal((long)EInt.Value, reader.ReadInt64()); 1015Assert.Equal((long)EUInt.Value, reader.ReadInt64()); 1016Assert.Equal((long)ELong.Value, reader.ReadInt64()); 1017Assert.Equal((long)EULong.Value, reader.ReadInt64());