2 writes to Text
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
6675
Text
= other.Text;
6734
Text
= input.ReadString();
11 references to Text
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;
ResourceService\DashboardClient.cs (1)
537
resourceLogLines[i] = new ResourceLogLine(logLines[i].LineNumber, logLines[i].
Text
, logLines[i].IsStdErr);