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