3 references to ToInt64
System (1)
compmod\system\componentmodel\Int64Converter.cs (1)
39
return Convert.
ToInt64
(value, radix);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
353
location.Value = Convert.
ToInt64
(RemoveHexadecimalPrefix(value), Convert.ToInt32(stringRadix, CultureInfo.InvariantCulture));
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (1)
340
long propertyValue = Convert.
ToInt64
((string)value, 16) & 0xFFFFFFFF;