3 writes to Text
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
6675Text = other.Text; 6734Text = input.ReadString();
Dashboard\DashboardService.cs (1)
148update.LogLines.Add(new ConsoleLogLine() { LineNumber = lineNumber, Text = resolvedContent, IsStdErr = isErrorMessage });
10 references to Text
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\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;