2 references to TimeOnly
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
111P19 = new TimeOnly(123),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
371public static TimeOnly FromTimeSpan(TimeSpan timeSpan) => new TimeOnly(timeSpan._ticks);