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