3 writes to Text
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
6675
Text
= other.Text;
6734
Text
= input.ReadString();
Dashboard\DashboardService.cs (1)
148
update.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)
6578
if (
Text
!= other.
Text
) return false;
6588
if (
Text
.Length != 0) hash ^=
Text
.GetHashCode();
6631
if (
Text
.Length != 0) {
6633
output.WriteString(
Text
);
6653
if (
Text
.Length != 0) {
6654
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Text
);
6674
if (other.
Text
.Length != 0) {
6675
Text = other.
Text
;