4 writes to _longValue
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (4)
53
_longValue
= BitConverter.DoubleToInt64Bits(d);
57
_longValue
= BitConverter.DoubleToInt64Bits(f);
64
_longValue
= IntegerUtilities.ToInt64(value);
68
_longValue
= IntegerUtilities.ToInt64(value);
1 reference to _longValue
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
131
else if (index.ProbablyContainsInt64Value(
_longValue
))