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