77 references to Unspecified
aspire (1)
Aspire.Dashboard (1)
dotnet-svcutil-lib (12)
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Microsoft.Build.Framework (2)
System.Data.Common (4)
System.Net.Mail (3)
System.Private.CoreLib (30)
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (7)
115public static readonly DateTime MaxValue = new DateTime(MaxTicks, DateTimeKind.Unspecified);
166/// The new instance will have the <see cref="DateTimeKind.Unspecified"/> kind.
417/// The <see cref="Kind"/> property is initialized to <see cref="DateTimeKind.Unspecified"/>.
608/// The <see cref="Kind"/> property is initialized to <see cref="DateTimeKind.Unspecified"/>.
614: this(year, month, day, hour, minute, second, millisecond, microsecond, DateTimeKind.Unspecified)
739: this(year, month, day, hour, minute, second, millisecond, microsecond, calendar, DateTimeKind.Unspecified)
1286return new DateTime(DoubleDateToTicks(d), DateTimeKind.Unspecified);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Cache.cs (3)
342private static DateTime SafeCreateDateTimeFromTicks(long ticks, DateTimeKind kind = DateTimeKind.Unspecified)
545new DateTime(year, 1, 1, 0, 0, 0, DateTimeKind.Unspecified) :
556year >= MaxYear ? DateTime.MaxValue : new DateTime(year + 1, 1, 1, 0, 0, 0, DateTimeKind.Unspecified) :
System.Private.DataContractSerialization (6)
System.Private.Xml (8)
System.Security.Cryptography (1)
System.Security.Cryptography.Pkcs (1)
System.Text.Json (3)
System.Xaml (1)
System.Xaml.Tests (2)