2 writes to _onNewLog
Aspire.Hosting (2)
ApplicationModel\ResourceLoggerService.cs (2)
654_onNewLog += value; 665_onNewLog -= value;
6 references to _onNewLog
Aspire.Hosting (6)
ApplicationModel\ResourceLoggerService.cs (6)
415if (_onNewLog is not null) // we have subscribers 625return _onNewLog != null; 652var raiseSubscribersChanged = _onNewLog is null; 669var raiseSubscribersChanged = _onNewLog is null; 733_onNewLog?.Invoke(logEntry); 805_onNewLog?.Invoke(logEntry);