1 implementation of Now
Microsoft.AspNetCore.HttpLogging (1)
SystemDateTime.cs (1)
8
public DateTime
Now
=> DateTime.Now;
2 references to Now
Microsoft.AspNetCore.HttpLogging (2)
FileLoggerProcessor.cs (2)
99
_today = SystemDateTime.
Now
;
158
DateTime today = SystemDateTime.
Now
;