2 writes to Text
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
6675Text = other.Text; 6734Text = input.ReadString();
11 references to Text
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
6578if (Text != other.Text) return false; 6588if (Text.Length != 0) hash ^= Text.GetHashCode(); 6631if (Text.Length != 0) { 6633output.WriteString(Text); 6653if (Text.Length != 0) { 6654size += 1 + pb::CodedOutputStream.ComputeStringSize(Text); 6674if (other.Text.Length != 0) { 6675Text = other.Text;
ResourceService\DashboardClient.cs (1)
537resourceLogLines[i] = new ResourceLogLine(logLines[i].LineNumber, logLines[i].Text, logLines[i].IsStdErr);