2 writes to IsStdErr
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
6678IsStdErr = other.IsStdErr; 6738IsStdErr = input.ReadBool();
6 references to IsStdErr
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (5)
6579if (IsStdErr != other.IsStdErr) return false; 6589if (HasIsStdErr) hash ^= IsStdErr.GetHashCode(); 6637output.WriteBool(IsStdErr); 6678IsStdErr = other.IsStdErr;
ResourceService\DashboardClient.cs (1)
537resourceLogLines[i] = new ResourceLogLine(logLines[i].LineNumber, logLines[i].Text, logLines[i].IsStdErr);