3 references to Nanoseconds
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
121public int Nanosecond => new TimeSpan(_ticks).Nanoseconds;
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
207/// The <see cref="Nanoseconds"/> property represents whole nanoseconds, whereas the 259/// whereas the <see cref="Nanoseconds"/> property represents whole nanoseconds.