5 references to ToInt64
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectTests.cs (1)
581
nonceTime = DateTime.FromBinary(Convert.
ToInt64
(timestamp, CultureInfo.InvariantCulture));
Microsoft.Build.Tasks.Core (1)
ManifestUtil\BaseReference.cs (1)
122
get => Convert.
ToInt64
(_size, CultureInfo.InvariantCulture);
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
911
return Convert.
ToInt64
(parsedList[1], NumberFormatInfo.InvariantInfo);
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
926
length = Convert.
ToInt64
(lengthStr, CultureInfo.InvariantCulture.NumberFormat);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
506
link.Length = !string.IsNullOrEmpty(val) ? Convert.
ToInt64
(val, CultureInfo.InvariantCulture.NumberFormat) : 0;