1 write to _targetId
Aspire.Hosting.Browsers (1)
BrowserLogsRunningSession.cs (1)
258_targetId = _pageSession.TargetId;
2 references to _targetId
Aspire.Hosting.Browsers (2)
BrowserLogsRunningSession.cs (2)
141public string TargetId => _targetId ?? throw new InvalidOperationException("Browser target id is not available before the session starts."); 263_targetId,