10 references to FromBinary
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
470return DateTime.FromBinary(value);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
240return DateTime.FromBinary(value);
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectTests.cs (1)
581nonceTime = DateTime.FromBinary(Convert.ToInt64(timestamp, CultureInfo.InvariantCulture));
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
212return DateTime.FromBinary(ReadInt64());
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (1)
212return DateTime.FromBinary(ReadInt64());
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
506optionalArgument = ExprFactory.CreateConstant(dateTimeType, ConstVal.Get(DateTime.FromBinary(cv.Int64Val)));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
696return DateTime.FromBinary(data);
System.Private.DataContractSerialization (2)
System\Xml\XmlBufferReader.cs (1)
427return DateTime.FromBinary(value);
System\Xml\XmlConverter.cs (1)
207return DateTime.FromBinary(value);
System.Resources.Extensions (1)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
696return DateTime.FromBinary(data);