15 references to ReadInt64
Microsoft.CodeAnalysis (3)
Serialization\ObjectReader.cs (2)
190
Low64 =
ReadInt64
(),
191
High64 =
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
())
888
Assert.Equal(Int64.MaxValue, reader.
ReadInt64
());
1009
Assert.Equal((long)ConsoleColor.Cyan, reader.
ReadInt64
());
1010
Assert.Equal((long)EByte.Value, reader.
ReadInt64
());
1011
Assert.Equal((long)ESByte.Value, reader.
ReadInt64
());
1012
Assert.Equal((long)EShort.Value, reader.
ReadInt64
());
1013
Assert.Equal((long)EUShort.Value, reader.
ReadInt64
());
1014
Assert.Equal((long)EInt.Value, reader.
ReadInt64
());
1015
Assert.Equal((long)EUInt.Value, reader.
ReadInt64
());
1016
Assert.Equal((long)ELong.Value, reader.
ReadInt64
());
1017
Assert.Equal((long)EULong.Value, reader.
ReadInt64
());