7 references to ToInt64
Microsoft.Build.Tasks.Core (1)
ManifestUtil\BaseReference.cs (1)
122
get => Convert.
ToInt64
(_size, CultureInfo.InvariantCulture);
System.Management (2)
System\Management\Property.cs (2)
320
((long[])val)[i] = Convert.
ToInt64
((string)(wmiValueArray.GetValue(i)), (IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(long)));
350
CimType.SInt64 => Convert.
ToInt64
((string)wmiValue, (IFormatProvider)CultureInfo.CurrentCulture.GetFormat(typeof(long))),
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
913
return Convert.
ToInt64
(parsedList[1], NumberFormatInfo.InvariantInfo);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
674
return Convert.
ToInt64
(this, provider);
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
923
length = Convert.
ToInt64
(lengthStr, CultureInfo.InvariantCulture.NumberFormat);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
503
link.Length = !string.IsNullOrEmpty(val) ? Convert.
ToInt64
(val, CultureInfo.InvariantCulture.NumberFormat) : 0;