3 references to ToInt64
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (2)
64
_longValue = IntegerUtilities.
ToInt64
(value);
68
_longValue = IntegerUtilities.
ToInt64
(value);
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
168
longLiterals.Add(IntegerUtilities.
ToInt64
(token.Value));