3 writes to Target
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3170
Target
= other.Target;
3237
Target
= input.ReadString();
Dashboard\proto\Partials.cs (1)
81
Target
= volume.Target,
10 references to Target
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
3058
if (
Target
!= other.
Target
) return false;
3069
if (
Target
.Length != 0) hash ^=
Target
.GetHashCode();
3120
if (
Target
.Length != 0) {
3122
output.WriteString(
Target
);
3145
if (
Target
.Length != 0) {
3146
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Target
);
3169
if (other.
Target
.Length != 0) {
3170
Target = other.
Target
;