1 instantiation of LogEntryKey
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
125return new(logEntry.Timestamp, logEntry.Content, logEntry.RawContent, logEntry.Type);
1 reference to LogEntryKey
aspire (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
123public static LogEntryKey Create(LogEntry logEntry)