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